Method Summary
All Methods Instance Methods Default Methods
Modifier and Type
Method
Description
default boolean
accept (Order order)
Added later, this method allows the filter to also to apply to stop orders, at a small cost.
default boolean
accept (LimitOrder order)
Checks if passed order is suitable for open orders params.
Method Details
accept
Checks if passed order is suitable for open orders params. May be used for XChange side orders
filtering
Specified by:
accept
in interface OpenOrdersParams
Parameters:
order
- The order to filter.
Returns:
true if order is ok
accept
default boolean accept (
Order order)
Added later, this method allows the filter to also to apply to stop orders, at a small cost. It
should be explicitly implemented for better performance.
Specified by:
accept
in interface OpenOrdersParams
Parameters:
order
- The order to filter.
Returns:
true if order is ok.