Uses of Class
org.knowm.xchange.cexio.dto.account.CexIOBalance
-
Packages that use CexIOBalance Package Description org.knowm.xchange.cexio org.knowm.xchange.cexio.dto.account -
-
Uses of CexIOBalance in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio with parameters of type CexIOBalance Modifier and Type Method Description static Balance
CexIOAdapters. adaptBalance(Currency currency, CexIOBalance balance)
-
Uses of CexIOBalance in org.knowm.xchange.cexio.dto.account
Methods in org.knowm.xchange.cexio.dto.account that return types with arguments of type CexIOBalance Modifier and Type Method Description Map<String,CexIOBalance>
CexIOBalanceInfo. getBalances()
Constructor parameters in org.knowm.xchange.cexio.dto.account with type arguments of type CexIOBalance Constructor Description CexIOBalanceInfo(String error, Long timestamp, String username, Map<String,CexIOBalance> balances)
-