<xs:attributeGroup name="OrdListStatGrpAttributes">
<xs:attribute name="ClOrdID" type="ClOrdID_t" use="required" />
<xs:attribute name="ClOrdID2" type="SecondaryClOrdID_t" use="optional" />
<xs:attribute name="CumQty" type="CumQty_t" use="required" />
<xs:attribute name="OrdStat" type="OrdStatus_t" use="required" />
<xs:attribute name="WorkingInd" type="WorkingIndicator_t" use="optional" />
<xs:attribute name="LeavesQty" type="LeavesQty_t" use="required" />
<xs:attribute name="CxlQty" type="CxlQty_t" use="required" />
<xs:attribute name="AvgPx" type="AvgPx_t" use="required" />
<xs:attribute name="RejRsn" type="OrdRejReason_t" use="optional" />
<xs:attribute name="Txt" type="Text_t" use="optional" />
<xs:attribute name="EncTxtLen" type="EncodedTextLen_t" use="optional" />
<xs:attribute name="EncTxt" type="EncodedText_t" use="optional" />
</xs:attributeGroup>
|