<xs:simpleType name="MaxPriceLevels_t">
<xs:annotation>
<xs:documentation>Allows an order to specify a maximum number of price levels to trade through. Only valid for aggressive orders and during continuous (autoexecution) trading sessions. Property lost when order is put on book. A partially filled order is assigned last trade price as limit price. Non-filled order behaves as ordinary Market or Limit.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="MaxPriceLevels" ComponentType="Field" Tag="1090" Type="int" AbbrName="MxPxLvls" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer" />
</xs:simpleType>
|