Interface OpenOrdersParamMultiInstrument
- All Superinterfaces:
OpenOrdersParams
- All Known Implementing Classes:
DefaultOpenOrdersParamMultiInstrument
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanaccept(LimitOrder order) Checks if passed order is suitable for open orders params.voidsetInstruments(Collection<Instrument> instruments) Methods inherited from interface org.knowm.xchange.service.trade.params.orders.OpenOrdersParams
accept
-
Method Details
-
accept
Description copied from interface:OpenOrdersParamsChecks if passed order is suitable for open orders params. May be used for XChange side orders filtering- Specified by:
acceptin interfaceOpenOrdersParams- Parameters:
order- The order to filter.- Returns:
- true if order is ok
-
getInstruments
Collection<Instrument> getInstruments() -
setInstruments
-