public property O2GTradeRow.BuySell

Brief

Gets the trade operation the position is opened by.

Declaration
C#
string  BuySell get;

Details

The possible return values are:

B

Buy.

S

Sell.

Declared in O2GTradeRow

back