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.
|
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) |
Modifier and Type | Method and Description |
---|---|
ANXGenericResponse |
ANXTradeServiceRaw.cancelANXOrder(String orderId,
String baseCurrency,
String counterCurrency) |
ANXGenericResponse |
ANXTradeServiceRaw.placeANXLimitOrder(CurrencyPair currencyPair,
String type,
BigDecimal amount,
BigDecimal price) |
ANXGenericResponse |
ANXTradeServiceRaw.placeANXMarketOrder(MarketOrder marketOrder) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.