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, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
public CointraderTradeServiceRaw(Exchange exchange)
public CointraderSubmitOrderResponse placeCointraderBuyOrder(CurrencyPair currencyPair, BigDecimal amount, BigDecimal price) throws IOException
IOException
public CointraderSubmitOrderResponse placeCointraderSellOrder(CurrencyPair currencyPair, BigDecimal amount, BigDecimal price) throws IOException
IOException
public CointraderOrder[] getCointraderOpenOrders(CurrencyPair currencyPair) throws IOException
IOException
public CointraderBaseResponse cancelCointraderOrder(CurrencyPair currencyPair, Long orderId) throws IOException
IOException
public CointraderUserTrade[] getCointraderUserTransactions(CurrencyPair currencyPair, Integer offset, Integer limit, Long sinceTradeId) throws IOException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.