static public field O2GRequestParamsEnum.TIME_IN_FORCE

Brief

The constant represents the name of the time-in-force order parameter.

Details

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

valuemap.setString(O2GRequestParamsEnum.TIME_IN_FORCE, value);

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

Declared in O2GRequestParamsEnum

back