Modifier and Type | Method and Description |
---|---|
static Wallet |
ANXAdapters.adaptWallet(ANXWallet anxWallet)
Adapts a ANX Wallet to a XChange Wallet
|
Modifier and Type | Method and Description |
---|---|
static List<Wallet> |
ANXAdapters.adaptWallets(Map<String,ANXWallet> anxWallets)
Adapts a List of ANX Wallets to a List of XChange Wallets
|
Modifier and Type | Method and Description |
---|---|
static Wallet |
CexIOAdapters.adaptWallet(String currency,
CexIOBalance balance) |
Modifier and Type | Method and Description |
---|---|
Wallet |
AccountInfo.getWallet(String currency)
Returns the wallet of the specified currency.
|
Modifier and Type | Method and Description |
---|---|
List<Wallet> |
AccountInfo.getWallets() |
Constructor and Description |
---|
AccountInfo(String username,
BigDecimal tradingFee,
Iterable<Wallet> wallets)
Constructs an
AccountInfo . |
AccountInfo(String username,
BigDecimal tradingFee,
List<Wallet> wallets)
Deprecated.
Use
AccountInfo.AccountInfo(String, BigDecimal, Map) instead, this constructor will be deleted in XChange 4.0.0. |
AccountInfo(String username,
BigDecimal tradingFee,
Map<String,Wallet> wallets)
Constructs an
AccountInfo . |
AccountInfo(String username,
Iterable<Wallet> wallets) |
AccountInfo(String username,
List<Wallet> wallets)
Deprecated.
Use
AccountInfo.AccountInfo(String, Map) instead, this constructor will be deleted in XChange 4.0.0. |
AccountInfo(String username,
Map<String,Wallet> wallets) |
Modifier and Type | Method and Description |
---|---|
static Wallet |
Wallet.zero(String currency)
Returns a wallet with zero balances.
|
Modifier and Type | Method and Description |
---|---|
static List<Wallet> |
PoloniexAdapters.adaptPoloniexBalances(HashMap<String,String> poloniexBalances) |
Modifier and Type | Method and Description |
---|---|
List<Wallet> |
PoloniexAccountServiceRaw.getWallets() |
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.