static public field O2GRequestParamsEnum.PEG_OFFSET

Brief

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

Details

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

valuemap.setDouble(O2GRequestParamsEnum.PEG_OFFSET, value);

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

Declared in O2GRequestParamsEnum

back