<xs:simpleType name="ExecID_t">
<xs:annotation>
<xs:documentation xml:lang="en">Unique identifier of execution message as assigned by sell side broker exchange ECN will be 0 zero for ExecType 50 =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 this field was of type int
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="ExecID" tag="17" datatype="String" ComponentType="Field" StdAbbrev="ExecID" QualifiedAbbrev="ExecID" Category="" CategoryAbbrev="" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|