<xs:simpleType name="ListID_t">
<xs:annotation>
<xs:documentation xml:lang="en">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 xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="ListID" tag="66" datatype="String" ComponentType="Field" StdAbbrev="ListID" QualifiedAbbrev="ListID" Category="ProgramTrading" CategoryAbbrev="ID" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|