static public field O2GRequestParamsEnum.PEG_OFFSET_LIMIT

Brief

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

Details

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

valuemap.setDouble(O2GRequestParamsEnum.PEG_OFFSET_LIMIT, value);

The parameter value is the distance between the limit order price and the pegged price specified by the PEG_TYPE_LIMIT parameter.

Declared in O2GRequestParamsEnum

back