Class FtxBorrowingInfoDto
java.lang.Object
org.knowm.xchange.ftx.dto.account.FtxBorrowingInfoDto
public class FtxBorrowingInfoDto extends Object
-
Constructor Summary
Constructors Constructor Description FtxBorrowingInfoDto(String coin, BigDecimal lendable, BigDecimal locked, BigDecimal minRate, BigDecimal offered)
-
Method Summary
Modifier and Type Method Description String
getCoin()
BigDecimal
getLendable()
BigDecimal
getLocked()
BigDecimal
getMinRate()
BigDecimal
getOffered()
String
toString()
-
Constructor Details
-
FtxBorrowingInfoDto
public FtxBorrowingInfoDto(String coin, BigDecimal lendable, BigDecimal locked, BigDecimal minRate, BigDecimal offered)
-
-
Method Details