<xs:simpleType name="QuoteEntryRejectReason_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Reason Quote Entry was rejected: Valid values: = Unknown symbol Security 2 = Exchange Security closed 3 = Quote exceeds limit 4 = Too late to enter 5 = Unknown Quote 6 = Duplicate Quote 7 = Invalid bid ask spread 8 = Invalid price 9 = Not authorized to quote security 99 = Other
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="QuoteEntryRejectReason" tag="368" datatype="int" ComponentType="Field" StdAbbrev="EntryRejRsn" QualifiedAbbrev="EntryRejRsn" 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="1" desc="UnknwnSym" />
<x:EnumDoc value="2" desc="ExchClsd" />
<x:EnumDoc value="3" desc="OrdExcLim" />
<x:EnumDoc value="4" desc="TooLate" />
<x:EnumDoc value="5" desc="UnknOrd" />
<x:EnumDoc value="6" desc="DupOrd" />
<x:EnumDoc value="7" desc="InvBidAsk" />
<x:EnumDoc value="8" desc="InvPx" />
<x:EnumDoc value="9" desc="NotAuth" />
<x:EnumDoc value="99" desc="Other" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<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="7" />
<xs:enumeration value="8" />
<xs:enumeration value="9" />
<xs:enumeration value="99" />
</xs:restriction>
</xs:simpleType>
|