public method O2GOrderRow.getStage

Brief

Gets the order action.

Declaration
Java
String  getStage ()

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