<xs:attributeGroup name="OrderMassStatusRequestAttributes">
<xs:attribute name="ReqID" type="MassStatusReqID_t" use="required" />
<xs:attribute name="ReqTyp" type="MassStatusReqType_t" use="required" />
<xs:attribute name="Acct" type="Account_t" use="optional" />
<xs:attribute name="AcctIDSrc" type="AcctIDSource_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="Side" type="Side_t" use="optional" />
</xs:attributeGroup>
|