Uses of Class
org.knowm.xchange.poloniex.dto.account.PoloniexBalance
-
Packages that use PoloniexBalance Package Description org.knowm.xchange.poloniex org.knowm.xchange.poloniex.service -
-
Uses of PoloniexBalance in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex that return types with arguments of type PoloniexBalance Modifier and Type Method Description HashMap<String,PoloniexBalance>PoloniexAuthenticated. returnCompleteBalances(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String account)Method parameters in org.knowm.xchange.poloniex with type arguments of type PoloniexBalance Modifier and Type Method Description static List<Balance>PoloniexAdapters. adaptPoloniexBalances(HashMap<String,PoloniexBalance> poloniexBalances) -
Uses of PoloniexBalance in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service that return types with arguments of type PoloniexBalance Modifier and Type Method Description HashMap<String,PoloniexBalance>PoloniexAccountServiceRaw. getExchangeWallet()HashMap<String,PoloniexBalance>PoloniexAccountServiceRaw. getWallets()
-