Package org.knowm.xchange.okcoin.service
Interface OkCoinFuturesTradeService.OrderQueryParamFuturesContract
- All Superinterfaces:
OrderQueryParams
- All Known Implementing Classes:
OkCoinFuturesTradeService.OkCoinFuturesOrderQueryParams
- Enclosing class:
OkCoinFuturesTradeService
public static interface OkCoinFuturesTradeService.OrderQueryParamFuturesContract
extends OrderQueryParams
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFuturesContract
(FuturesContract futuresContract) void
setOrderId
(String orderId) Sets the orderId
-
Method Details
-
getFuturesContract
FuturesContract getFuturesContract() -
setFuturesContract
-
getOrderId
String getOrderId()- Specified by:
getOrderId
in interfaceOrderQueryParams
-
setOrderId
Description copied from interface:OrderQueryParams
Sets the orderId- Specified by:
setOrderId
in interfaceOrderQueryParams
-