public property O2GOrderTableRow.BuySell

Brief

Gets the direction of the trade.

Declaration
C#
string  BuySell get;

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