<xs:simpleType name="ListID_t">
<xs:annotation>
<xs:documentation>
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.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="ListID" ComponentType="Field" Tag="66" Type="String" AbbrName="ListID" Category="ProgramTrading" CategoryAbbrName="ID" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|