ListID Field

Unique identifier for list as assigned by institution, used to associate multiple individual orders. Uniqueness must be guaranteed within a single trading day. Firms which generate multi-day orders should consider embedding a date within the ListID field to assure uniqueness across days.  
 
public const int ListID = 66
This language is not supported or no code example is available.
public:  
const int ListID = 66;
This language is not supported or no code example is available.
public const ListID : int = 66
This language is not supported or no code example is available.

Field Value

int

In this article

Definition