<xs:attributeGroup name="QuoteResponseAttributes">
<xs:attribute name="RspID" type="QuoteRespID_t" use="required" />
<xs:attribute name="QID" type="QuoteID_t" use="optional" />
<xs:attribute name="RspTyp" type="QuoteRespType_t" use="required" />
<xs:attribute name="ClOrdID" type="ClOrdID_t" use="optional" />
<xs:attribute name="Cpcty" type="OrderCapacity_t" use="optional" />
<xs:attribute name="IOIID" type="IOIID_t" use="optional" />
<xs:attribute name="Typ" type="QuoteType_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="Side" type="Side_t" use="optional" />
<xs:attribute name="SettlTyp" type="SettlType_t" use="optional" />
<xs:attribute name="SettlDt" type="SettlDate_t" use="optional" />
<xs:attribute name="SettlDt2" type="SettlDate2_t" use="optional" />
<xs:attribute name="Qty2" type="OrderQty2_t" use="optional" />
<xs:attribute name="Ccy" type="Currency_t" use="optional" />
<xs:attribute name="Acct" type="Account_t" use="optional" />
<xs:attribute name="AcctIDSrc" type="AcctIDSource_t" use="optional" />
<xs:attribute name="AcctTyp" type="AccountType_t" use="optional" />
<xs:attribute name="BidPx" type="BidPx_t" use="optional" />
<xs:attribute name="OfrPx" type="OfferPx_t" use="optional" />
<xs:attribute name="MktBidPx" type="MktBidPx_t" use="optional" />
<xs:attribute name="MktOfrPx" type="MktOfferPx_t" use="optional" />
<xs:attribute name="MinBidSz" type="MinBidSize_t" use="optional" />
<xs:attribute name="BidSz" type="BidSize_t" use="optional" />
<xs:attribute name="MinOfrSz" type="MinOfferSize_t" use="optional" />
<xs:attribute name="OfrSz" type="OfferSize_t" use="optional" />
<xs:attribute name="ValidUntilTm" type="ValidUntilTime_t" use="optional" />
<xs:attribute name="BidSpotRt" type="BidSpotRate_t" use="optional" />
<xs:attribute name="OfrSpotRt" type="OfferSpotRate_t" use="optional" />
<xs:attribute name="BidFwdPnts" type="BidForwardPoints_t" use="optional" />
<xs:attribute name="OfrFwdPnts" type="OfferForwardPoints_t" use="optional" />
<xs:attribute name="MidPx" type="MidPx_t" use="optional" />
<xs:attribute name="BidYld" type="BidYield_t" use="optional" />
<xs:attribute name="MidYld" type="MidYield_t" use="optional" />
<xs:attribute name="OfrYld" type="OfferYield_t" use="optional" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="optional" />
<xs:attribute name="OrdTyp" type="OrdType_t" use="optional" />
<xs:attribute name="BidFwdPnts2" type="BidForwardPoints2_t" use="optional" />
<xs:attribute name="OfrFwdPnts2" type="OfferForwardPoints2_t" use="optional" />
<xs:attribute name="SettlCurrBidFxRt" type="SettlCurrBidFxRate_t" use="optional" />
<xs:attribute name="SettlCurrOfrFxRt" type="SettlCurrOfferFxRate_t" use="optional" />
<xs:attribute name="SettlCurrFxRtCalc" type="SettlCurrFxRateCalc_t" use="optional" />
<xs:attribute name="Comm" type="Commission_t" use="optional" />
<xs:attribute name="CommTyp" type="CommType_t" use="optional" />
<xs:attribute name="CustCpcty" type="CustOrderCapacity_t" use="optional" />
<xs:attribute name="ExDest" type="ExDestination_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:attribute name="Px" type="Price_t" use="optional" />
<xs:attribute name="PxTyp" type="PriceType_t" use="optional" />
</xs:attributeGroup>
|