public class CoinfloorTradeService extends CoinfloorTradeServiceRaw implements TradeService
coinfloorexchange| Constructor and Description |
|---|
CoinfloorTradeService(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelOrder(CancelOrderParams orderParams) |
boolean |
cancelOrder(String orderId) |
OpenOrdersParams |
createOpenOrdersParams()
By default if no CurrencyPairs are specified then the trade history for all markets will be
returned.
|
TradeHistoryParams |
createTradeHistoryParams()
By default if no CurrencyPairs are specified then the trade history for all markets will be
returned.
|
OpenOrders |
getOpenOrders() |
OpenOrders |
getOpenOrders(OpenOrdersParams params) |
UserTrades |
getTradeHistory(TradeHistoryParams params) |
String |
placeLimitOrder(LimitOrder order) |
String |
placeMarketOrder(MarketOrder order) |
cancelOrder, getOpenOrders, getUserTransactions, placeLimitOrder, placeMarketOrdernormalisegetClientConfig, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrder, getOrder, placeStopOrder, toOrderQueryParams, verifyOrder, verifyOrderpublic CoinfloorTradeService(Exchange exchange)
public OpenOrders getOpenOrders() throws IOException
getOpenOrders in interface TradeServiceIOExceptionpublic OpenOrders getOpenOrders(OpenOrdersParams params) throws IOException
getOpenOrders in interface TradeServiceIOExceptionpublic OpenOrdersParams createOpenOrdersParams()
createOpenOrdersParams in interface TradeServicepublic UserTrades getTradeHistory(TradeHistoryParams params) throws IOException
getTradeHistory in interface TradeServiceIOExceptionpublic TradeHistoryParams createTradeHistoryParams()
createTradeHistoryParams in interface TradeServicepublic String placeLimitOrder(LimitOrder order) throws IOException
placeLimitOrder in interface TradeServiceIOExceptionpublic String placeMarketOrder(MarketOrder order) throws IOException
placeMarketOrder in interface TradeServiceIOExceptionpublic boolean cancelOrder(String orderId) throws IOException
cancelOrder in interface TradeServiceIOExceptionpublic boolean cancelOrder(CancelOrderParams orderParams) throws IOException
cancelOrder in interface TradeServiceIOExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.