Class BitcointoyouTradeServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bitcointoyou.service.polling.BitcointoyouBasePollingService
org.knowm.xchange.bitcointoyou.service.polling.BitcointoyouTradeServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BitcointoyouTradeService
TradeService raw implementation for Bitcointoyou Exchange.
- Author:
- Jonathas Carrijo, Danilo Guimaraes
-
Field Summary
Fields inherited from class org.knowm.xchange.bitcointoyou.service.polling.BitcointoyouBasePollingService
bitcointoyou
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuy
(LimitOrder limitOrder) boolean
returnOrderById
(String orderId) sell
(LimitOrder limitOrder) Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
BitcointoyouTradeServiceRaw
Constructor- Parameters:
exchange
- the Bitcointoyou Exchange
-
-
Method Details
-
returnOpenOrders
- Throws:
IOException
-
returnOrderById
- Throws:
IOException
-
buy
- Throws:
IOException
-
sell
- Throws:
IOException
-
cancel
- Throws:
IOException
-