public method O2GOrderTableRow.getWorkingIndicator

Brief

Gets the working indicator flag.

Declaration
Java
boolean  getWorkingIndicator ()

Details

The returned value defines whether the order is active on the market or not.
The possible return values are:

Y

The order is active.

N

The order is inactive.

It is applicable only for secondary orders of ELS and OTO orders. For all other orders, the method returns Y.

Declared in O2GOrderRow

back