Class CobinhoodTradeServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.cobinhood.service.CobinhoodBaseService
org.knowm.xchange.cobinhood.service.CobinhoodTradeServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
CobinhoodTradeService
public class CobinhoodTradeServiceRaw extends CobinhoodBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.cobinhood.service.CobinhoodBaseService
apiKey, cobinhoodFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors Modifier Constructor Description protectedCobinhoodTradeServiceRaw(Exchange exchange) -
Method Summary
Modifier and Type Method Description protected CobinhoodResponse<Void>cancelCobinhoodOrder(String orderId)protected CobinhoodResponse<CobinhoodOrders>getCobinhoodOpenOrders(CobinhoodOpenOrdersParams params)protected Collection<Order>getCobinhoodOrder(String[] orderIds)protected CobinhoodResponse<CobinhoodOrder.Container>placeCobinhoodLimitOrder(LimitOrder order)Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
CobinhoodTradeServiceRaw
-
-
Method Details
-
placeCobinhoodLimitOrder
protected CobinhoodResponse<CobinhoodOrder.Container> placeCobinhoodLimitOrder(LimitOrder order) throws IOException- Throws:
IOException
-
cancelCobinhoodOrder
-
getCobinhoodOrder
-
getCobinhoodOpenOrders
protected CobinhoodResponse<CobinhoodOrders> getCobinhoodOpenOrders(CobinhoodOpenOrdersParams params)
-