OrderUniqueID Property
The unique identifier for the order.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public string UniqueID { get; }
Public ReadOnly Property UniqueID As String
Get
Property Value
String
This is a GUID (globally unique identifier) that uniquely identifies this order
within the trading system. These ID's are never reused. This is the only way
to identify an individual Order.