Uses of Class
org.knowm.xchange.coinex.dto.account.CoinexBalanceInfo
Package | Description |
---|---|
org.knowm.xchange.coinex | |
org.knowm.xchange.coinex.dto.account | |
org.knowm.xchange.coinex.service |
-
Uses of CoinexBalanceInfo in org.knowm.xchange.coinex
Method parameters in org.knowm.xchange.coinex with type arguments of type CoinexBalanceInfo Modifier and Type Method Description static Wallet
CoinexAdapters. adaptWallet(Map<String,CoinexBalanceInfo> coinexBalances)
-
Uses of CoinexBalanceInfo in org.knowm.xchange.coinex.dto.account
Methods in org.knowm.xchange.coinex.dto.account that return types with arguments of type CoinexBalanceInfo Modifier and Type Method Description Map<String,CoinexBalanceInfo>
CoinexBalances. getBalances()
Constructor parameters in org.knowm.xchange.coinex.dto.account with type arguments of type CoinexBalanceInfo Constructor Description CoinexBalances(Map<String,CoinexBalanceInfo> balances)
-
Uses of CoinexBalanceInfo in org.knowm.xchange.coinex.service
Methods in org.knowm.xchange.coinex.service that return types with arguments of type CoinexBalanceInfo Modifier and Type Method Description Map<String,CoinexBalanceInfo>
CoinexAccountServiceRaw. getCoinexBalances()