static public field O2GRequestParamsEnum.PEG_OFFSET_STOP

Brief

The constant represents the name of the associated stop order price offset parameter.

Details

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

valuemap.setDouble(O2GRequestParamsEnum.PEG_OFFSET_STOP, value);

The parameter value is the distance between the stop order price and the pegged price specified by the PEG_TYPE_STOP parameter.

Declared in O2GRequestParamsEnum

back