OrderID Field
Unique identifier for Order as assigned by sell-side (broker, exchange,
ECN). Uniqueness must be guaranteed within a single trading day.
Firms which accept multi-day orders should consider embedding a date
within the OrderID field to assure uniqueness across days.
public const int OrderID = 37
This language is not supported or no code example is available.
public:
const int OrderID = 37;
This language is not supported or no code example is available.
public const OrderID : int = 37
This language is not supported or no code example is available.
Field Value
int
In this article
Definition