public property O2GOrderTableRow.ContingencyType

Brief

Gets the type of the contingent order to which the order is linked.

Declaration
C#
int  ContingencyType get;

Details

The possible return values are:

1

OCO order.

2

OTO order.

3

ELS order.

It is applicable only to orders included in an OCO order or secondary orders of ELS and OTO orders. Otherwise, the method returns 0.

Declared in O2GOrderRow

back