Class FxOptionStrikePrice

java.lang.Object

public class FxOptionStrikePrice extends FxAccrualStrike
A type that describes the rate of exchange at which the option has been struck.

Java class for FxOptionStrikePrice complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FxOptionStrikePrice">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxAccrualStrike">
       <sequence>
         <element name="strikeQuoteBasis" type="{http://www.fpml.org/FpML-5/confirmation}StrikeQuoteBasisEnum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>