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>
 
  • Field Details

    • units

      protected String units
  • Constructor Details

    • GenericOptionStrike

      public GenericOptionStrike()
  • Method Details

    • getUnits

      public String getUnits()
      Gets the value of the units property.
      Returns:
      possible object is String
    • setUnits

      public void setUnits(String value)
      Sets the value of the units property.
      Parameters:
      value - allowed object is String