public property O2GTradeTableRow.TradeIDOrigin

Brief

Gets the unique identification number of the position, the partial closing of which has resulted in the opening of the current position.

Declaration
C#
string  TradeIDOrigin get;

Details

If the current position has not been opened as a result of a partial closing of another position, the method returns an empty string.

Declared in O2GTradeRow

back