static public field O2GRequestParamsEnum.RATE_STOP

Brief

The constant represents the name of the associated stop order rate parameter.

Details

To set the parameter value, use the setDouble method. For example,

valuemap.setDouble(O2GRequestParamsEnum.RATE_STOP, value);

The value must be lower than the trade price of a long position and higher than the trade price of a short position.

Either the RATE_STOP parameter or a pair of the PEG_OFFSET_STOP and PEG_TYPE_STOP parameters must be used to specify the associated stop order.

Declared in O2GRequestParamsEnum

back