public class BitMarketTradeServiceRaw extends BitMarketBasePollingService
apiKey, bitMarket, bitMarketAuthenticated, sign
exchange
Modifier | Constructor and Description |
---|---|
protected |
BitMarketTradeServiceRaw(Exchange exchange)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BitMarketCancelResponse |
cancelBitMarketOrder(String id) |
BitMarketOrdersResponse |
getBitMarketOpenOrders() |
BitMarketHistoryOperationsResponse |
getBitMarketOperationHistory(TradeHistoryParams params) |
BitMarketHistoryTradesResponse |
getBitMarketTradeHistory(TradeHistoryParams params) |
BitMarketTradeResponse |
placeBitMarketOrder(LimitOrder order) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
protected BitMarketTradeServiceRaw(Exchange exchange)
exchange
- public BitMarketOrdersResponse getBitMarketOpenOrders() throws IOException, ExchangeException
IOException
ExchangeException
public BitMarketTradeResponse placeBitMarketOrder(LimitOrder order) throws IOException, ExchangeException
IOException
ExchangeException
public BitMarketCancelResponse cancelBitMarketOrder(String id) throws IOException, ExchangeException
IOException
ExchangeException
public BitMarketHistoryTradesResponse getBitMarketTradeHistory(TradeHistoryParams params) throws IOException, ExchangeException
IOException
ExchangeException
public BitMarketHistoryOperationsResponse getBitMarketOperationHistory(TradeHistoryParams params) throws IOException, ExchangeException
IOException
ExchangeException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.