static public field O2GRequestParamsEnum.CONTINGENCY_ID

Brief

The constant represents the name of the contingent order identification number parameter.

Details

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

valuemap.setString(O2GRequestParamsEnum.CONTINGENCY_ID, value);

The parameter value can be obtained by calling the O2GOrderRow.getContingentOrderID 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