Class FtxLendingRatesDto
java.lang.Object
org.knowm.xchange.ftx.dto.account.FtxLendingRatesDto
public class FtxLendingRatesDto extends Object
-
Constructor Summary
Constructors Constructor Description FtxLendingRatesDto(String coin, double previous, double estimate)
-
Method Summary
Modifier and Type Method Description String
getCoin()
double
getEstimate()
double
getPrevious()
String
toString()