public method IO2GOrderTableRow.getStage

Brief

Gets the order action.

Declaration
C++
virtual const char *  getStage () = 0

Details

The returned value defines whether the order is placed to open or close a position. The possible return values are:

O

The order is placed to open a position.

C

The order is placed to close a position.

Declared in IO2GOrderRow

back