public method O2GOrderTableRow.getContingentOrderID

Brief

Gets the unique identification number of the contingent order to which the order is linked.

Declaration
Java
String  getContingentOrderID ()

Details

The returned value is unique within the same database that stores the account the contingent order is placed on. For example, MINIDEMO or U100D1. The uniqueness of the order itself is assured by the combination of the database ID and the returned value of this method.

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

Declared in O2GOrderRow

back