public method O2GOrderRow.getBuySell

Brief

Gets the direction of the trade.

Declaration
Java
String  getBuySell ()

Details

The possible return values are:

B

The order is placed to buy an instrument.

S

The order is placed to sell an instrument.

Declared in O2GOrderRow

back