<xs:simpleType name="ClOrdID_t">
<xs:annotation>
<xs:documentation>
Unique identifier for Order as assigned by the buy-side (institution, broker, intermediary etc.) (identified by SenderCompID (49) or OnBehalfOfCompID (5) as appropriate). Uniqueness must be guaranteed within a single trading day. Firms, particularly those which electronically submit multi-day orders, trade globally or throughout market close periods, should ensure uniqueness across days, for example by embedding a date within the ClOrdID field.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="ClOrdID" ComponentType="Field" Tag="11" Type="String" AbbrName="ClOrdID" Category="SingleGeneralOrderHandling" CategoryAbbrName="ID" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|