public property O2GClosedTradeRow.CloseOrderID

Brief

Gets the unique identification number of the order the position is closed by.

Declaration
C#
string  CloseOrderID get;

Details

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

Declared in O2GClosedTradeRow

back