public property O2GOrderTableRow.WorkingIndicator

Brief

Gets the working indicator flag.

Declaration
C#
bool  WorkingIndicator get;

Details

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

Y

The order is active.

N

The order is inactive.

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

Declared in O2GOrderRow

back