ClOrdID Field

Unique identifier for Order as assigned by the buy-side (institution, broker, intermediary etc.) (identified by SenderCompID (49) or OnBehalfOfCompID (115) as appropriate). Uniqueness must be guaranteed within a single trading day. Firms, particularly those which electronically submit multi-day orders, trade globally or throughout market close periods, should ensure uniqueness across days, for example by embedding a date within the ClOrdID field.  
 
public const int ClOrdID = 11
This language is not supported or no code example is available.
public:  
const int ClOrdID = 11;
This language is not supported or no code example is available.
public const ClOrdID : int = 11
This language is not supported or no code example is available.

Field Value

int

In this article

Definition