public method IO2GTradeTableRow.getBuySell

Brief

Gets the trade operation the position is opened by.

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

Details

The possible return values are:

B

Buy.

S

Sell.

Declared in IO2GTradeRow

back