<xs:simpleType name="LegCurrencyRatio_t">
<xs:annotation>
<xs:documentation>Specifies the currency ratio between the currency used for a multileg price and the currency used by the outright book defined by the leg. Example: Multileg quoted in EUR, outright leg in USD and 1 EUR = 0,7 USD then LegCurrencyRatio = 0.7</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="LegCurrencyRatio" ComponentType="Field" Tag="1383" Type="float" AbbrName="LegCurrencyRatio" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:decimal" />
</xs:simpleType>
|