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