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
public class BitcointoyouTradeServiceRaw extends BitcointoyouBasePollingService
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 Constructor Description BitcointoyouTradeServiceRaw(Exchange exchange)
Constructor -
Method Summary
Modifier and Type Method Description BitcointoyouOrderResponse
buy(LimitOrder limitOrder)
boolean
cancel(String orderId)
BitcointoyouOrderResponse
returnOpenOrders()
BitcointoyouOrderResponse
returnOrderById(String orderId)
BitcointoyouOrderResponse
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
-