<xs:simpleType name="MDReqRejReason_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Reason for the rejection of a Market Data request Valid values: 0 = Unknown symbol = Duplicate MDReqID 2 = Insufficient Bandwidth 3 = Insufficient Permissions 4 = Unsupported SubscriptionRequestType 5 = Unsupported MarketDepth 6 = Unsupported MDUpdateType 7 = Unsupported AggregatedBook 8 = Unsupported MDEntryType 9 = Unsupported TradingSessionID A = Unsupported Scope B = Unsupported OpenCloseSettleFlag C = Unsupported MDImplicitDelete
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="MDReqRejReason" tag="281" datatype="char" ComponentType="Field" StdAbbrev="ReqRejResn" QualifiedAbbrev="ReqRejResn" 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="UnknownSym" />
<x:EnumDoc value="1" desc="DupID" />
<x:EnumDoc value="2" desc="InsBand" />
<x:EnumDoc value="3" desc="InsPerm" />
<x:EnumDoc value="4" desc="UnsuppSub" />
<x:EnumDoc value="5" desc="UnsuppMktDepth" />
<x:EnumDoc value="6" desc="UnsuppMDUpdate" />
<x:EnumDoc value="7" desc="UnsuppAggBk" />
<x:EnumDoc value="8" desc="UnsuppEntry" />
<x:EnumDoc value="9" desc="UnsuppTrdSessionID" />
<x:EnumDoc value="A" desc="UnsuppScope" />
<x:EnumDoc value="B" desc="UnsuppPositionEffectSettleFlag" />
<x:EnumDoc value="C" desc="UnsuppMDImplicitDelete" />
</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>
|