public method O2GTradeRow.getBuySell

Brief

Gets the trade operation the position is opened by.

Declaration
Java
String  getBuySell ()

Details

The possible return values are:

B

Buy.

S

Sell.

Declared in O2GTradeRow

back