Package | Description |
---|---|
com.xeiam.xchange.anx.v2 | |
com.xeiam.xchange.anx.v2.service.polling |
Modifier and Type | Method and Description |
---|---|
ANXGenericResponse |
ANXV2.cancelOrder(String apiKey,
si.mazi.rescu.ParamsDigest postBodySignatureCreator,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String orderId,
String baseCurrency,
String counterCurrency)
Note: I know it's weird to have BTCEUR hardcoded in the URL, but it really doesn't seems to matter.
|
ANXAccountInfoWrapper |
ANXV2.getAccountInfo(String apiKey,
si.mazi.rescu.ParamsDigest postBodySignatureCreator,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
ANXTradeResultWrapper |
ANXV2.getExecutedTrades(String apiKey,
si.mazi.rescu.ParamsDigest postBodySignatureCreator,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
Long from,
Long to)
List of executed trades
|
ANXDepthWrapper |
ANXV2.getFullDepth(String tradeableIdentifier,
String currency) |
ANXDepthsWrapper |
ANXV2.getFullDepths(String tradeableIdentifier,
String currency,
String extraCurrencyPairs) |
ANXLagWrapper |
ANXV2.getLag() |
ANXOpenOrderWrapper |
ANXV2.getOpenOrders(String apiKey,
si.mazi.rescu.ParamsDigest postBodySignatureCreator,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
ANXOpenOrderWrapper |
ANXV2.getOpenOrders(String apiKey,
si.mazi.rescu.ParamsDigest postBodySignatureCreator,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String baseCurrency,
String counterCurrency) |
ANXOrderResultWrapper |
ANXV2.getOrderResult(String apiKey,
si.mazi.rescu.ParamsDigest postBodySignatureCreator,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String baseCurrency,
String counterCurrency,
String order,
String type)
Status of the order
|
ANXDepthWrapper |
ANXV2.getPartialDepth(String tradeableIdentifier,
String currency) |
ANXTickerWrapper |
ANXV2.getTicker(String tradeableIdentifier,
String currency) |
ANXTickersWrapper |
ANXV2.getTickers(String tradeableIdentifier,
String currency,
String extraCurrencyPairs) |
ANXTradesWrapper |
ANXV2.getTrades(String tradeableIdentifier,
String currency,
long since) |
ANXWalletHistoryWrapper |
ANXV2.getWalletHistory(String apiKey,
si.mazi.rescu.ParamsDigest postBodySignatureCreator,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currency,
Integer page)
Returns the History of the selected wallet
|
ANXGenericResponse |
ANXV2.placeOrder(String apiKey,
si.mazi.rescu.ParamsDigest postBodySignatureCreator,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String baseCurrency,
String counterCurrency,
String type,
BigDecimal amount,
BigDecimal price) |
ANXBitcoinDepositAddressWrapper |
ANXV2.requestDepositAddress(String apiKey,
si.mazi.rescu.ParamsDigest postBodySignatureCreator,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currency) |
ANXWithdrawalResponseWrapper |
ANXV2.withdrawBtc(String apiKey,
si.mazi.rescu.ParamsDigest postBodySignatureCreator,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currency,
String address,
int amount,
int fee,
boolean noInstant,
boolean green) |
Modifier and Type | Method and Description |
---|---|
protected RuntimeException |
ANXBasePollingService.handleError(ANXException exception) |
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.