<xs:simpleType name="QuoteRespType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of Quote Response Valid values: = Hit Lift 2 = Counter 3 = Expired 4 = Cover 5 = Done Away 6 = Pass
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="QuoteRespType" tag="694" datatype="int" ComponentType="Field" StdAbbrev="RspTyp" QualifiedAbbrev="RspTyp" 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="HitLift" />
<x:EnumDoc value="2" desc="Counter" />
<x:EnumDoc value="3" desc="Expired" />
<x:EnumDoc value="4" desc="Cover" />
<x:EnumDoc value="5" desc="DoneAway" />
<x:EnumDoc value="6" desc="Pass" />
</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:restriction>
</xs:simpleType>
|