<xs:simpleType name="OrderQty_t">
<xs:annotation>
<xs:documentation>
Quantity ordered. This represents the number of shares for equities or par, face or nominal value for FI instruments.
(Prior to FIX 4.2 this field was of type int)
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="OrderQty" ComponentType="Field" Tag="38" Type="Qty" AbbrName="Qty" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Qty" />
</xs:simpleType>
|