Modifier and Type | Method and Description |
---|---|
ANXValue |
ANXWalletHistoryEntry.ANXWalletHistoryEntryTrade.getAmount() |
ANXValue |
ANXWallet.getAvailableBalance() |
ANXValue |
ANXWallet.getBalance() |
ANXValue |
ANXWalletHistoryEntry.getBalance() |
ANXValue |
ANXWallet.getDailyWithdrawLimit() |
ANXValue |
ANXWallet.getMaxWithdraw() |
ANXValue |
ANXAccountInfo.getMonthlyVolume() |
ANXValue |
ANXWallet.getMonthlyWithdrawLimit() |
ANXValue |
ANXWalletHistoryEntry.getValue() |
Constructor and Description |
---|
ANXAccountInfo(String login,
String index,
String id,
List<String> rights,
String language,
String created,
String lastLogin,
Map<String,ANXWallet> wallets,
ANXValue monthlyVolume,
BigDecimal tradeFee)
Constructor
|
ANXWallet(ANXValue balance,
ANXValue dailyWithdrawLimit,
ANXValue maxWithdraw,
ANXValue monthlyWithdrawLimit,
ANXValue availableBalance,
int operations)
Constructor
|
ANXWalletHistoryEntry(int index,
String date,
String type,
String info,
String[] link,
ANXValue value,
ANXValue balance,
ANXWalletHistoryEntry.ANXWalletHistoryEntryTrade trade)
Constructor
|
ANXWalletHistoryEntryTrade(String oid,
String tid,
String app,
String properties,
ANXValue amount) |
Modifier and Type | Method and Description |
---|---|
ANXValue |
ANXWalletUpdate.getAmount() |
ANXValue |
ANXWalletUpdate.getBalance() |
Constructor and Description |
---|
ANXWalletUpdate(ANXValue balance,
String op,
ANXValue amount)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ANXValue |
ANXTicker.getAvg() |
ANXValue |
ANXTicker.getBuy() |
ANXValue |
ANXTicker.getHigh() |
ANXValue |
ANXTicker.getLast() |
ANXValue |
ANXTicker.getLow() |
ANXValue |
ANXTicker.getSell() |
ANXValue |
ANXTicker.getVol() |
ANXValue |
ANXTicker.getVwap() |
Constructor and Description |
---|
ANXTicker(ANXValue high,
ANXValue low,
ANXValue avg,
ANXValue vwap,
ANXValue vol,
ANXValue last,
ANXValue buy,
ANXValue sell,
long now)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ANXValue |
ANXOpenOrder.getAmount() |
ANXValue |
ANXOrderResultTrade.getAmount() |
ANXValue |
ANXOrderResult.getAvgCost() |
ANXValue |
ANXOpenOrder.getEffectiveAmount() |
ANXValue |
ANXOpenOrder.getInvalidAmount() |
ANXValue |
ANXOpenOrder.getPrice() |
ANXValue |
ANXOrderResultTrade.getPrice() |
ANXValue |
ANXOrderResult.getTotalAmount() |
ANXValue |
ANXOrderResult.getTotalSpent() |
Constructor and Description |
---|
ANXOpenOrder(String oid,
String currency,
String item,
String type,
ANXValue amount,
ANXValue effectiveAmount,
ANXValue invalidAmount,
ANXValue price,
String status,
long date,
long priority)
Constructor
|
ANXOrderResult(ANXValue avgCost,
String orderId,
ANXValue totalAmount,
ANXValue totalSpent,
ANXOrderResultTrade[] trades)
Constructor
|
ANXOrderResultTrade(ANXValue amount,
String currency,
String date,
String item,
ANXValue price,
String primary,
String properties,
String tradeId,
String type)
Constructor
|
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.