<xs:simpleType name="CrossID_t">
<xs:annotation>
<xs:documentation xml:lang="en">Identifier for a cross order Must be unique during a given trading day Recommend that firms use the order date as part of the CrossID for Good Till Cancel GT orders
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="CrossID" tag="548" datatype="String" ComponentType="Field" StdAbbrev="CrssID" QualifiedAbbrev="CrssID" Category="CrossOrders" CategoryAbbrev="ID" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|