Class FtxWalletBalanceDto
java.lang.Object
org.knowm.xchange.ftx.dto.account.FtxWalletBalanceDto
public class FtxWalletBalanceDto extends Object
-
Constructor Summary
Constructors Constructor Description FtxWalletBalanceDto(Currency coin, BigDecimal free, BigDecimal total)
-
Method Summary
Modifier and Type Method Description Currency
getCoin()
BigDecimal
getFree()
BigDecimal
getTotal()
String
toString()