<xs:attributeGroup name="OrderStatusRequestAttributes">
<xs:attribute name="OrdID" type="OrderID_t" use="optional" />
<xs:attribute name="ID" type="ClOrdID_t" use="required" />
<xs:attribute name="ID2" type="SecondaryClOrdID_t" use="optional" />
<xs:attribute name="LnkID" type="ClOrdLinkID_t" use="optional" />
<xs:attribute name="StatReqID" type="OrdStatusReqID_t" use="optional" />
<xs:attribute name="Acct" type="Account_t" use="optional" />
<xs:attribute name="AcctIDSrc" type="AcctIDSource_t" use="optional" />
<xs:attribute name="Side" type="Side_t" use="required" />
</xs:attributeGroup>
|