static public field O2GRequestParamsEnum.PEG_TYPE_LIMIT

Brief

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

Details

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

valuemap.setString(O2GRequestParamsEnum.PEG_TYPE_LIMIT, value);

For the list of the possible parameter values, see the Constants.Peg class description.

The parameter is applicable only for a secondary limit order of an ELS order or for an associated limit order.

Declared in O2GRequestParamsEnum

back