Uses of Class
org.knowm.xchange.binance.dto.account.BinanceBalance
| Package | Description |
|---|---|
| org.knowm.xchange.binance.dto.account |
-
Uses of BinanceBalance in org.knowm.xchange.binance.dto.account
Fields in org.knowm.xchange.binance.dto.account with type parameters of type BinanceBalance Modifier and Type Field Description List<BinanceBalance>BinanceAccountInformation. balancesConstructor parameters in org.knowm.xchange.binance.dto.account with type arguments of type BinanceBalance Constructor Description BinanceAccountInformation(BigDecimal makerCommission, BigDecimal takerCommission, BigDecimal buyerCommission, BigDecimal sellerCommission, boolean canTrade, boolean canWithdraw, boolean canDeposit, long updateTime, List<BinanceBalance> balances, List<String> permissions)