Class BinanceQueryOrderParams
java.lang.Object
org.knowm.xchange.binance.dto.trade.BinanceQueryOrderParams
- All Implemented Interfaces:
InstrumentParam
,OrderQueryParamInstrument
,OrderQueryParams
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInstrument
(Instrument instrument) void
setOrderId
(String orderId) Sets the orderId
-
Constructor Details
-
BinanceQueryOrderParams
public BinanceQueryOrderParams() -
BinanceQueryOrderParams
-
-
Method Details
-
getInstrument
- Specified by:
getInstrument
in interfaceInstrumentParam
- Specified by:
getInstrument
in interfaceOrderQueryParamInstrument
-
setInstrument
- Specified by:
setInstrument
in interfaceInstrumentParam
- Specified by:
setInstrument
in interfaceOrderQueryParamInstrument
-
getOrderId
- Specified by:
getOrderId
in interfaceOrderQueryParams
-
setOrderId
Description copied from interface:OrderQueryParams
Sets the orderId- Specified by:
setOrderId
in interfaceOrderQueryParams
-