<xs:attributeGroup name="DontKnowTradeDKAttributes">
<xs:attribute name="OrdID" type="OrderID_t" use="required" />
<xs:attribute name="OrdID2" type="SecondaryOrderID_t" use="optional" />
<xs:attribute name="ExecID" type="ExecID_t" use="required" />
<xs:attribute name="DkRsn" type="DKReason_t" use="required" />
<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="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>
|