<xs:simpleType name="MaxShow_t">
<xs:annotation>
<xs:documentation>
Maximum quantity (e.g. number of shares) within an order to be shown to other customers (i.e. sent via an IOI).
(Prior to FIX 4.2 this field was of type int)
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="MaxShow" ComponentType="Field" Tag="210" Type="Qty" AbbrName="MaxShow" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Qty" />
</xs:simpleType>
|