static public field O2GRequestParamsEnum.RATE_MIN

Brief

The constant represents the name of the open/close range order minimum rate parameter.

Details

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

valuemap.setDouble(O2GRequestParamsEnum.RATE_MIN, value);

Declared in O2GRequestParamsEnum

back