Class GenericOptionStrike

java.lang.Object
net.finmath.smartcontract.product.xml.EquityStrike
net.finmath.smartcontract.product.xml.GenericOptionStrike

public class GenericOptionStrike extends EquityStrike

Java class for GenericOptionStrike complex type.

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

 <complexType name="GenericOptionStrike">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}EquityStrike">
       <sequence>
         <element name="units" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>