All Superinterfaces:
CurrencyPairParam
, OpenOrdersParams
All Known Implementing Classes:
BankeraTradeService.BankeraOpenOrderParams
, BitcoindeOpenOrdersParams
, BithumbOpenOrdersParam
, CoinfloorOpenOrdersParams
, CoinmateOpenOrdersParams
, DefaultOpenOrdersParamCurrencyPair
, FtxTriggerOpenOrdersParams
, ItBitOpenOrdersParams
, TheRockOpenOrdersParams
public interface OpenOrdersParamCurrencyPair
extends OpenOrdersParams , CurrencyPairParam
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
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.