<xs:attributeGroup name="BaseTradingRulesAttributes">
<xs:attribute name="ExpirationCycle" type="ExpirationCycle_t" use="optional" />
<xs:attribute name="MinTrdVol" type="MinTradeVol_t" use="optional" />
<xs:attribute name="MaxTrdVol" type="MaxTradeVol_t" use="optional" />
<xs:attribute name="MxPxVar" type="MaxPriceVariation_t" use="optional" />
<xs:attribute name="ImpldMktInd" type="ImpliedMarketIndicator_t" use="optional" />
<xs:attribute name="TrdCcy" type="TradingCurrency_t" use="optional" />
<xs:attribute name="RndLot" type="RoundLot_t" use="optional" />
<xs:attribute name="MlegModel" type="MultilegModel_t" use="optional" />
<xs:attribute name="MlegPxMeth" type="MultilegPriceMethod_t" use="optional" />
<xs:attribute name="PxTyp" type="PriceType_t" use="optional" />
</xs:attributeGroup>
|