Class CoinfloorTradeService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.coinfloor.service.CoinfloorService
org.knowm.xchange.coinfloor.service.CoinfloorAuthenticatedService
org.knowm.xchange.coinfloor.service.CoinfloorTradeServiceRaw
org.knowm.xchange.coinfloor.service.CoinfloorTradeService
- All Implemented Interfaces:
BaseService,TradeService
-
Field Summary
Fields inherited from class org.knowm.xchange.coinfloor.service.CoinfloorAuthenticatedService
coinfloorFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancancelOrder(String orderId) booleancancelOrder(CancelOrderParams orderParams) By default if no CurrencyPairs are specified then the trade history for all markets will be returned.By default if no CurrencyPairs are specified then the trade history for all markets will be returned.getOpenOrders(OpenOrdersParams params) getTradeHistory(TradeHistoryParams params) placeLimitOrder(LimitOrder order) placeMarketOrder(MarketOrder order) Methods inherited from class org.knowm.xchange.coinfloor.service.CoinfloorTradeServiceRaw
cancelOrder, getOpenOrders, getUserTransactions, placeLimitOrder, placeMarketOrderMethods inherited from class org.knowm.xchange.coinfloor.service.CoinfloorService
normaliseMethods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.knowm.xchange.service.trade.TradeService
cancelAllOrders, changeOrder, getOpenPositions, getOrder, getOrder, getRequiredCancelOrderParamClasses, getRequiredOrderQueryParamClass, placeStopOrder, verifyOrder, verifyOrder
-
Constructor Details
-
CoinfloorTradeService
-
-
Method Details
-
getOpenOrders
- Specified by:
getOpenOrdersin interfaceTradeService- Throws:
IOException
-
getOpenOrders
- Specified by:
getOpenOrdersin interfaceTradeService- Throws:
IOException
-
createOpenOrdersParams
By default if no CurrencyPairs are specified then the trade history for all markets will be returned.- Specified by:
createOpenOrdersParamsin interfaceTradeService
-
getTradeHistory
- Specified by:
getTradeHistoryin interfaceTradeService- Throws:
IOException
-
createTradeHistoryParams
By default if no CurrencyPairs are specified then the trade history for all markets will be returned.- Specified by:
createTradeHistoryParamsin interfaceTradeService
-
placeLimitOrder
- Specified by:
placeLimitOrderin interfaceTradeService- Throws:
IOException
-
placeMarketOrder
- Specified by:
placeMarketOrderin interfaceTradeService- Throws:
IOException
-
cancelOrder
- Specified by:
cancelOrderin interfaceTradeService- Throws:
IOException
-
cancelOrder
- Specified by:
cancelOrderin interfaceTradeService- Throws:
IOException
-