static public field O2GRequestParamsEnum.RATE_LIMIT

Brief

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

Details

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

valuemap.setDouble(O2GRequestParamsEnum.RATE_LIMIT, value);

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

Either the RATE_LIMIT parameter or a pair of the PEG_OFFSET_LIMIT and PEG_TYPE_LIMIT parameters must be used to specify the associated limit order.

Declared in O2GRequestParamsEnum

back