OrderUniqueID Property

The unique identifier for the order.

Definition

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

Property Value

String

Remarks

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.

See Also