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