public method IO2GOrderTableRow.getContingencyType

Brief

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

Declaration
C++
virtual int  getContingencyType () = 0

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 IO2GOrderRow

back