<xs:simpleType name="QuoteRequestRejectReason_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Reason Quote was rejected: Valid Values: = Unknown symbol Security 2 = Exchange Security closed 3 = Quote Request exceeds limit 4 = Too late to enter 5 = Invalid price 6 = Not authorized to request quote 7 = No match for inquiry 8 = No market for instrument 9 = No inventory 0 = Pass 99 = Other
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="QuoteRequestRejectReason" tag="658" datatype="Int" ComponentType="Field" StdAbbrev="ReqRejRsn" QualifiedAbbrev="ReqRejRsn" 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="UnknownSym" />
<x:EnumDoc value="2" desc="ExchangeClosed" />
<x:EnumDoc value="3" desc="QuoteRequestExLimit" />
<x:EnumDoc value="4" desc="TooLate" />
<x:EnumDoc value="5" desc="InvPrice" />
<x:EnumDoc value="6" desc="NotAuthToReqQuote" />
<x:EnumDoc value="7" desc="NoMatchForInquiry" />
<x:EnumDoc value="8" desc="NoMarketForInstrument" />
<x:EnumDoc value="9" desc="NoInventory" />
<x:EnumDoc value="10" desc="Pass" />
<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="10" />
<xs:enumeration value="99" />
</xs:restriction>
</xs:simpleType>
|