<xs:simpleType name="ExecID_t">
<xs:annotation>
<xs:documentation>Unique identifier of execution message as assigned by sell-side (broker, exchange, ECN) (will be 0 (zero) for ExecType (150)=I (Order Status)).
Uniqueness must be guaranteed within a single trading day or the life of a multi-day order. Firms which accept multi-day orders should consider embedding a date within the ExecID field to assure uniqueness across days.
(Prior to FIX 4.1 this field was of type int).</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="ExecID" ComponentType="Field" Tag="17" Type="String" AbbrName="ExecID" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|