<xs:simpleType name="OptPayoutAmount_t">
<xs:annotation>
<xs:documentation>Cash amount indicating the pay out associated with an option. For binary options this is a fixed amount.
Conditionally required if OptPayoutType(1482) is set to binary.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="OptPayoutAmount" ComponentType="Field" Tag="1195" Type="Amt" AbbrName="OptPayAmt" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Amt" />
</xs:simpleType>
|