public property O2GClosedTradeRow.TradeID

Brief

Gets the unique identification number of the position.

Declaration
C#
string  TradeID get;

Details

The returned value is unique within the same database that stores the position account. For example, MINIDEMO or U100D1. The uniqueness of the position itself is ensured by the combination of the database ID and the returned value of this method. It corresponds to the TradeID field of the Trades table.

Declared in O2GClosedTradeRow

back