public method IO2GOrderTableRow.getWorkingIndicator

Brief

Gets the working indicator flag.

Declaration
C++
virtual bool  getWorkingIndicator () = 0

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 to secondary orders of ELS and OTO orders only. For all other orders, the method returns Y.

Declared in IO2GOrderRow

back