<xs:attributeGroup name="ExecutionAcknowledgementAttributes">
<xs:attribute name="OrdID" type="OrderID_t" use="required" />
<xs:attribute name="OrdID2" type="SecondaryOrderID_t" use="optional" />
<xs:attribute name="ID" type="ClOrdID_t" use="optional" />
<xs:attribute name="ExecAckStat" type="ExecAckStatus_t" use="required" />
<xs:attribute name="ExecID" type="ExecID_t" use="required" />
<xs:attribute name="DkRsn" type="DKReason_t" use="optional" />
<xs:attribute name="Side" type="Side_t" use="required" />
<xs:attribute name="LastQty" type="LastQty_t" use="optional" />
<xs:attribute name="LastPx" type="LastPx_t" use="optional" />
<xs:attribute name="PxTyp" type="PriceType_t" use="optional" />
<xs:attribute name="LastParPx" type="LastParPx_t" use="optional" />
<xs:attribute name="CumQty" type="CumQty_t" use="optional" />
<xs:attribute name="AvgPx" type="AvgPx_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>
|