public property O2GTradeTableRow.TradeID

Brief

Gets the unique identification number of the open position.

Declaration
C#
string  TradeID get;

Details

The returned value is unique within the same database that stores the account the position is opened on. For example, MINIDEMO or U100D1. The uniqueness of the open position itself is ensured by the combination of the database ID and the returned value of this method.

Declared in O2GTradeRow

back