<xs:simpleType name="QuoteStatus_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the status of the quote acknowledgement Valid values: 0 = Accepted = Canceled for Symbol s 2 = Canceled for Security Type s 3 = Canceled for Underlying 4 = Canceled All 5 = Rejected 6 = Removed from Market 7 = Expired 8 = Query 9 = Quote Not Found 0 = Pending = Pass 2 = Locked Market Warning 3 = Cross Market Warning 4 = Canceled due to lock market 5 = Canceled due to cross market
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="QuoteStatus" tag="297" datatype="int" ComponentType="Field" StdAbbrev="Stat" QualifiedAbbrev="Stat" 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="Accpt" />
<x:EnumDoc value="1" desc="CxlSym" />
<x:EnumDoc value="2" desc="CxlSecType" />
<x:EnumDoc value="3" desc="CxlUnder" />
<x:EnumDoc value="4" desc="CxlAll" />
<x:EnumDoc value="5" desc="Rej" />
<x:EnumDoc value="6" desc="Removed" />
<x:EnumDoc value="7" desc="Expired" />
<x:EnumDoc value="8" desc="Query" />
<x:EnumDoc value="9" desc="QuoteNotFound" />
<x:EnumDoc value="10" desc="Pending" />
<x:EnumDoc value="11" desc="Pass" />
<x:EnumDoc value="12" desc="LockedMarketWarning" />
<x:EnumDoc value="13" desc="CrossMarketWarning" />
<x:EnumDoc value="14" desc="CanceledDueToLockMarket" />
<x:EnumDoc value="15" desc="CanceledDueToCrossMarket" />
</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="7" />
<xs:enumeration value="8" />
<xs:enumeration value="9" />
<xs:enumeration value="10" />
<xs:enumeration value="11" />
<xs:enumeration value="12" />
<xs:enumeration value="13" />
<xs:enumeration value="14" />
<xs:enumeration value="15" />
</xs:restriction>
</xs:simpleType>
|