<xs:simpleType name="GrossTradeAmt_t">
<xs:annotation>
<xs:documentation>Total amount traded (i.e. quantity * price) expressed in units of currency. For FX Futures this is used to express the notional value of a fill when quantity fields are expressed in terms of contract size (i.e. quantity * price * contract size).</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="GrossTradeAmt" ComponentType="Field" Tag="381" Type="Amt" AbbrName="GrossTrdAmt" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Amt" />
</xs:simpleType>
|