<xs:attributeGroup name="TradeReportOrderDetailAttributes">
<xs:attribute name="OrdID" type="OrderID_t" use="optional" />
<xs:attribute name="OrdID2" type="SecondaryOrderID_t" use="optional" />
<xs:attribute name="ClOrdID" type="ClOrdID_t" use="optional" />
<xs:attribute name="ClOrdID2" type="SecondaryClOrdID_t" use="optional" />
<xs:attribute name="ListID" type="ListID_t" use="optional" />
<xs:attribute name="RefOrdID" type="RefOrderID_t" use="optional" />
<xs:attribute name="RefOrdIDSrc" type="RefOrderIDSource_t" use="optional" />
<xs:attribute name="RefOrdIDRsn" type="RefOrdIDReason_t" use="optional" />
<xs:attribute name="OrdTyp" type="OrdType_t" use="optional" />
<xs:attribute name="Px" type="Price_t" use="optional" />
<xs:attribute name="StopPx" type="StopPx_t" use="optional" />
<xs:attribute name="ExecInst" type="ExecInst_t" use="optional" />
<xs:attribute name="OrdStat" type="OrdStatus_t" use="optional" />
<xs:attribute name="LeavesQty" type="LeavesQty_t" use="optional" />
<xs:attribute name="CumQty" type="CumQty_t" use="optional" />
<xs:attribute name="TmInForce" type="TimeInForce_t" use="optional" />
<xs:attribute name="ExpireTm" type="ExpireTime_t" use="optional" />
<xs:attribute name="Cpcty" type="OrderCapacity_t" use="optional" />
<xs:attribute name="Rstctions" type="OrderRestrictions_t" use="optional" />
<xs:attribute name="BkngTyp" type="BookingType_t" use="optional" />
<xs:attribute name="OrigCustOrdCpcty" type="OrigCustOrderCapacity_t" use="optional" />
<xs:attribute name="OrdInptDev" type="OrderInputDevice_t" use="optional" />
<xs:attribute name="LotTyp" type="LotType_t" use="optional" />
<xs:attribute name="TransBkdTm" type="TransBkdTime_t" use="optional" />
<xs:attribute name="OrigOrdModTm" type="OrigOrdModTime_t" use="optional" />
</xs:attributeGroup>
|