OrderHistoryExchangeOrderID Property

The order id given to this order by the exchange.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public string ExchangeOrderID { get; }

Property Value

String

Remarks

If an order gets to the market successfully then it will be assigned an id by the exchange. This should be used for information only as different exchanges use different rules as to uniqueness and re-use of id's.

See Also