static public field O2GRequestParamsEnum.CONTINGENCY_GROUP_TYPE

Brief

The constant represents the name of the contingent order type parameter.

Details

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

valuemap.setInt(O2GRequestParamsEnum.GROUP_TYPE, value);

The parameter value can be obtained by calling the O2GOrderRow.getContingencyType method.

The parameter is applicable only for orders included in an OCO order or secondary orders of ELS and OTO orders.

Declared in O2GRequestParamsEnum

back