public class CointraderTradeServiceRaw extends CointraderBasePollingService
exchange| Constructor and Description |
|---|
CointraderTradeServiceRaw(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
CointraderBaseResponse |
cancelCointraderOrder(CurrencyPair currencyPair,
Long orderId) |
CointraderOrder[] |
getCointraderOpenOrders(CurrencyPair currencyPair) |
CointraderUserTrade[] |
getCointraderUserTransactions(CurrencyPair currencyPair,
Integer offset,
Integer limit,
Long sinceTradeId) |
CointraderSubmitOrderResponse |
placeCointraderBuyOrder(CurrencyPair currencyPair,
BigDecimal amount,
BigDecimal price) |
CointraderSubmitOrderResponse |
placeCointraderSellOrder(CurrencyPair currencyPair,
BigDecimal amount,
BigDecimal price) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExchangeSymbolspublic CointraderTradeServiceRaw(Exchange exchange)
public CointraderSubmitOrderResponse placeCointraderBuyOrder(CurrencyPair currencyPair, BigDecimal amount, BigDecimal price) throws IOException
IOExceptionpublic CointraderSubmitOrderResponse placeCointraderSellOrder(CurrencyPair currencyPair, BigDecimal amount, BigDecimal price) throws IOException
IOExceptionpublic CointraderOrder[] getCointraderOpenOrders(CurrencyPair currencyPair) throws IOException
IOExceptionpublic CointraderBaseResponse cancelCointraderOrder(CurrencyPair currencyPair, Long orderId) throws IOException
IOExceptionpublic CointraderUserTrade[] getCointraderUserTransactions(CurrencyPair currencyPair, Integer offset, Integer limit, Long sinceTradeId) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.