public method O2GTradingSettingsProvider.getMaxTrailingStep

Brief

Gets the maximum allowed size of the market movement, after which an order must move following the market.

Declaration
Java
int  getMaxTrailingStep ()

Details

The returned value is expressed in pips.

If you place a stop order or a secondary stop order of an ELS order with trailing step greater than it is specified by the returned value of this method, your order is rejected.

Declared in O2GTradingSettingsProvider

back