public property O2GOrderTableRow.Stage

Brief

Gets the order action.

Declaration
C#
string  Stage get;

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 O2GOrderRow

back