Definition Type: AttributeGroup
Name: MarketDataRequestAttributes
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-marketdata-base-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into ApplQuMax in schema fixml-marketdata-base-4-4_xsd Drilldown into ApplQuActn in schema fixml-marketdata-base-4-4_xsd Drilldown into ImplctDel in schema fixml-marketdata-base-4-4_xsd Drilldown into Scope in schema fixml-marketdata-base-4-4_xsd Drilldown into OpenClsSettlFlag in schema fixml-marketdata-base-4-4_xsd Drilldown into AggBook in schema fixml-marketdata-base-4-4_xsd Drilldown into UpdtTyp in schema fixml-marketdata-base-4-4_xsd Drilldown into MktDepth in schema fixml-marketdata-base-4-4_xsd Drilldown into SubReqTyp in schema fixml-marketdata-base-4-4_xsd Drilldown into ReqID in schema fixml-marketdata-base-4-4_xsdXSD Diagram of MarketDataRequestAttributes in schema fixml-marketdata-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:attributeGroup name="MarketDataRequestAttributes">
    <xs:attribute name="ReqID" type="MDReqID_t" use="required" />
    <xs:attribute name="SubReqTyp" type="SubscriptionRequestType_t" use="required" />
    <xs:attribute name="MktDepth" type="MarketDepth_t" use="required" />
    <xs:attribute name="UpdtTyp" type="MDUpdateType_t" use="optional" />
    <xs:attribute name="AggBook" type="AggregatedBook_t" use="optional" />
    <xs:attribute name="OpenClsSettlFlag" type="OpenCloseSettlFlag_t" use="optional" />
    <xs:attribute name="Scope" type="Scope_t" use="optional" />
    <xs:attribute name="ImplctDel" type="MDImplicitDelete_t" use="optional" />
    <xs:attribute name="ApplQuActn" type="ApplQueueAction_t" use="optional" />
    <xs:attribute name="ApplQuMax" type="ApplQueueMax_t" use="optional" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
ReqID nsA:ReqID Required
SubReqTyp nsA:SubReqTyp Required
MktDepth nsA:MktDepth Required
UpdtTyp nsA:UpdtTyp Optional
AggBook nsA:AggBook Optional
OpenClsSettlFlag nsA:OpenClsSettlFlag Optional
Scope nsA:Scope Optional
ImplctDel nsA:ImplctDel Optional
ApplQuActn nsA:ApplQuActn Optional
ApplQuMax nsA:ApplQuMax Optional