Class DefaultQueryOrderParam
java.lang.Object
org.knowm.xchange.service.trade.params.orders.DefaultQueryOrderParam
- All Implemented Interfaces:
OrderQueryParams
- Direct Known Subclasses:
DefaultQueryOrderParamCurrencyPair
,DefaultQueryOrderParamInstrument
,OkCoinFuturesTradeService.OkCoinFuturesOrderQueryParams
public class DefaultQueryOrderParam extends Object implements OrderQueryParams
-
Constructor Summary
Constructors Constructor Description DefaultQueryOrderParam()
DefaultQueryOrderParam(String orderId)
-
Method Summary
Modifier and Type Method Description String
getOrderId()
void
setOrderId(String orderId)
Sets the orderId
-
Constructor Details
-
DefaultQueryOrderParam
public DefaultQueryOrderParam() -
DefaultQueryOrderParam
-
-
Method Details
-
getOrderId
- Specified by:
getOrderId
in interfaceOrderQueryParams
-
setOrderId
Description copied from interface:OrderQueryParams
Sets the orderId- Specified by:
setOrderId
in interfaceOrderQueryParams
-