<xs:simpleType name="MDEntryType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Type Market Data entry Valid values: 0 = Bid = Offer 2 = Trade 3 = Index Value 4 = Opening Price 5 = Closing Price 6 = Settlement Price 7 = Trading Session High Price 8 = Trading Session Low Price 9 = Trading Session VWAP Price A = Imbalance B = Trade Volume C = Open Interest
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="MDEntryType" tag="269" datatype="char" ComponentType="Field" StdAbbrev="Typ" QualifiedAbbrev="Typ" 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="Bid" />
<x:EnumDoc value="1" desc="Offer" />
<x:EnumDoc value="2" desc="Trade" />
<x:EnumDoc value="3" desc="IndexValue" />
<x:EnumDoc value="4" desc="Opening" />
<x:EnumDoc value="5" desc="Closing" />
<x:EnumDoc value="6" desc="Settlement" />
<x:EnumDoc value="7" desc="TradingHigh" />
<x:EnumDoc value="8" desc="TradingLow" />
<x:EnumDoc value="9" desc="TradingVWAP" />
<x:EnumDoc value="A" desc="Imbalance" />
<x:EnumDoc value="B" desc="TradeVolume" />
<x:EnumDoc value="C" desc="OpenInterest" />
</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="A" />
<xs:enumeration value="B" />
<xs:enumeration value="C" />
</xs:restriction>
</xs:simpleType>
|