Class BinanceQueryOrderParams
java.lang.Object
org.knowm.xchange.binance.dto.trade.BinanceQueryOrderParams
- All Implemented Interfaces:
InstrumentParam,OrderQueryParamInstrument,OrderQueryParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetInstrument(Instrument instrument) voidsetOrderId(String orderId)
-
Constructor Details
-
BinanceQueryOrderParams
public BinanceQueryOrderParams() -
BinanceQueryOrderParams
-
-
Method Details
-
getInstrument
- Specified by:
getInstrumentin interfaceInstrumentParam- Specified by:
getInstrumentin interfaceOrderQueryParamInstrument
-
setInstrument
- Specified by:
setInstrumentin interfaceInstrumentParam- Specified by:
setInstrumentin interfaceOrderQueryParamInstrument
-
getOrderId
- Specified by:
getOrderIdin interfaceOrderQueryParams
-
setOrderId
- Specified by:
setOrderIdin interfaceOrderQueryParams
-