<xs:simpleType name="CxlRejReason_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Code to identify reason for cancel rejection Valid values: 0 = Too late to cancel = Unknown order 2 = Broker Exchange Option 3 = Order already in Pending Cancel or Pending Replace status 4 = Unable to process Order Mass Cancel Request 5 = OrigOrdModTime 586 did not match last TransactTime 60 of order 6 = Duplicate ClOrdID received 99 = Other
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="CxlRejReason" tag="102" datatype="int" ComponentType="Field" StdAbbrev="CxlRejRsn" QualifiedAbbrev="CxlRejRsn" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="0" desc="TooLate" />
<x:EnumDoc value="1" desc="Unknown" />
<x:EnumDoc value="2" desc="BrokerOpt" />
<x:EnumDoc value="3" desc="AlreadyPendingCxl" />
<x:EnumDoc value="4" desc="UnableToProcess" />
<x:EnumDoc value="5" desc="OrigOrdModTimeMismatch" />
<x:EnumDoc value="6" desc="DupClOrdID" />
<x:EnumDoc value="99" desc="Other" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
<xs:enumeration value="6" />
<xs:enumeration value="99" />
</xs:restriction>
</xs:simpleType>
|