Uses of Class
org.knowm.xchange.dto.account.Balance
-
Uses of Balance in info.bitrich.xchangestream.binance
Methods in info.bitrich.xchangestream.binance that return types with arguments of type Balance Modifier and Type Method Description io.reactivex.Observable<Balance>
BinanceStreamingAccountService. getBalanceChanges()
io.reactivex.Observable<Balance>
BinanceStreamingAccountService. getBalanceChanges(Currency currency, Object... args)
-
Uses of Balance in info.bitrich.xchangestream.binance.dto
Methods in info.bitrich.xchangestream.binance.dto that return types with arguments of type Balance Modifier and Type Method Description List<Balance>
OutboundAccountInfoBinanceWebsocketTransaction. toBalanceList()
List<Balance>
OutboundAccountPositionBinanceWebsocketTransaction. toBalanceList()
-
Uses of Balance in info.bitrich.xchangestream.bitfinex
Methods in info.bitrich.xchangestream.bitfinex that return types with arguments of type Balance Modifier and Type Method Description io.reactivex.Observable<Balance>
BitfinexStreamingAccountService. getBalanceChanges(Currency currency, Object... args)
-
Uses of Balance in info.bitrich.xchangestream.coinmate.v2
Methods in info.bitrich.xchangestream.coinmate.v2 that return types with arguments of type Balance Modifier and Type Method Description io.reactivex.Observable<Balance>
CoinmateStreamingAccountService. getBalanceChanges(Currency currency, Object... args)
-
Uses of Balance in info.bitrich.xchangestream.core
Methods in info.bitrich.xchangestream.core that return types with arguments of type Balance Modifier and Type Method Description default io.reactivex.Observable<Balance>
StreamingAccountService. getBalanceChanges(Currency currency, Object... args)
Get the changes of account balance for the logged-in user. -
Uses of Balance in info.bitrich.xchangestream.lgo
Methods in info.bitrich.xchangestream.lgo that return types with arguments of type Balance Modifier and Type Method Description io.reactivex.Observable<Balance>
LgoStreamingAccountService. getBalanceChanges(Currency currency, Object... args)
-
Uses of Balance in info.bitrich.xchangestream.lgo.domain
Methods in info.bitrich.xchangestream.lgo.domain that return types with arguments of type Balance Modifier and Type Method Description Map<Currency,Balance>
LgoGroupedBalanceUpdate. getWallet()
Method parameters in info.bitrich.xchangestream.lgo.domain with type arguments of type Balance Modifier and Type Method Description LgoGroupedBalanceUpdate
LgoGroupedBalanceUpdate. applySnapshot(long seq, List<Balance> updatedBalances)
LgoGroupedBalanceUpdate
LgoGroupedBalanceUpdate. applyUpdate(long seq, List<Balance> updatedBalances)
-
Uses of Balance in org.knowm.xchange.bitcointoyou
Methods in org.knowm.xchange.bitcointoyou that return types with arguments of type Balance Modifier and Type Method Description static List<Balance>
BitcointoyouAdapters. adaptBitcointoyouBalances(BitcointoyouBalance bitcointoyouBalances)
-
Uses of Balance in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio that return Balance Modifier and Type Method Description static Balance
CexIOAdapters. adaptBalance(Currency currency, CexIOBalance balance)
-
Uses of Balance in org.knowm.xchange.coinfloor.dto.account
Methods in org.knowm.xchange.coinfloor.dto.account that return Balance Modifier and Type Method Description Balance
CoinfloorBalance. getBalance(Currency currency)
-
Uses of Balance in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 that return Balance Modifier and Type Method Description static Balance
DeribitAdapters. adapt(AccountSummary as)
-
Uses of Balance in org.knowm.xchange.dto.account
Methods in org.knowm.xchange.dto.account that return Balance Modifier and Type Method Description Balance
Balance.Builder. build()
Balance
Wallet. getBalance(Currency currency)
Returns the balance for the specified currency.static Balance
Balance. zero(Currency currency)
Returns a zero balance.Methods in org.knowm.xchange.dto.account that return types with arguments of type Balance Modifier and Type Method Description Collection<Balance>
Wallet. balances()
Map<Currency,Balance>
Wallet. getBalances()
Methods in org.knowm.xchange.dto.account with parameters of type Balance Modifier and Type Method Description int
Balance. compareTo(Balance other)
static Balance.Builder
Balance.Builder. from(Balance balance)
Method parameters in org.knowm.xchange.dto.account with type arguments of type Balance Modifier and Type Method Description Wallet.Builder
Wallet.Builder. balances(Collection<Balance> balances)
static Wallet.Builder
Wallet.Builder. from(Collection<Balance> balances)
Constructor parameters in org.knowm.xchange.dto.account with type arguments of type Balance Constructor Description Wallet(String id, String name, Collection<Balance> balances, Set<Wallet.WalletFeature> features, BigDecimal maxLeverage, BigDecimal currentLeverage)
Constructs aWallet
. -
Uses of Balance in org.knowm.xchange.exmo.service
Methods in org.knowm.xchange.exmo.service that return Balance Modifier and Type Method Description static Balance
ExmoAdapters. adaptBalance(Map<String,String> balances, Map<String,String> reserved, String ccy)
Methods in org.knowm.xchange.exmo.service that return types with arguments of type Balance Modifier and Type Method Description List<Balance>
ExmoAccountServiceRaw. balances()
-
Uses of Balance in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that return Balance Modifier and Type Method Description static Balance
KucoinAdapters. adaptBalance(AccountBalancesResponse a)
-
Uses of Balance in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return Balance Modifier and Type Method Description static Balance
LatokenAdapters. adaptBalance(LatokenBalance latokenBalance)
-
Uses of Balance in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin that return Balance Modifier and Type Method Description static Balance
OkexAdaptersV3. convert(String currency, FuturesAccountsResponse.FuturesAccount acc)
static Balance
OkexAdaptersV3. convert(OkexFundingAccountRecord rec)
static Balance
OkexAdaptersV3. convert(OkexSpotAccountRecord rec)
static Balance
OkexAdaptersV3. convert(SwapAccountsResponse.SwapAccountInfo rec)
-
Uses of Balance in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex that return types with arguments of type Balance Modifier and Type Method Description static List<Balance>
PoloniexAdapters. adaptPoloniexBalances(HashMap<String,PoloniexBalance> poloniexBalances)
-
Uses of Balance in org.knowm.xchange.tradeogre
Methods in org.knowm.xchange.tradeogre that return Balance Modifier and Type Method Description static Balance
TradeOgreAdapters. adaptTradeOgreBalance(String currency, TradeOgreBalance tradeOgreBalance)
-
Uses of Balance in org.knowm.xchange.tradeogre.service
Methods in org.knowm.xchange.tradeogre.service that return types with arguments of type Balance Modifier and Type Method Description List<Balance>
TradeOgreAccountServiceRaw. getTradeOgreBalances()
-
Uses of Balance in org.knowm.xchange.vaultoro
Methods in org.knowm.xchange.vaultoro that return Balance Modifier and Type Method Description static Balance
VaultoroAdapters. adaptVaultoroBalance(VaultoroBalance vaultoroBalance)