<xs:attributeGroup name="UndInstrmtStrkPxGrpAttributes">
<xs:attribute name="PrevClsPx" type="PrevClosePx_t" use="optional" />
<xs:attribute name="ClOrdID" type="ClOrdID_t" use="optional" />
<xs:attribute name="ClOrdID2" type="SecondaryClOrdID_t" use="optional" />
<xs:attribute name="Side" type="Side_t" use="optional" />
<xs:attribute name="Px" type="Price_t" use="required" />
<xs:attribute name="Ccy" type="Currency_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>
|