public method IO2GOrderTableRow.getBuySell

Brief

Gets the direction of the trade.

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

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 IO2GOrderRow

back