java.lang.Object
net.finmath.smartcontract.product.xml.Knock

public class Knock extends Object
Knock In means option to exercise comes into existence. Knock Out means option to exercise goes out of existence.

Java class for Knock complex type.

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

 <complexType name="Knock">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="knockIn" type="{http://www.fpml.org/FpML-5/confirmation}TriggerEvent" minOccurs="0"/>
         <element name="knockOut" type="{http://www.fpml.org/FpML-5/confirmation}TriggerEvent" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Knock

      public Knock()
  • Method Details

    • getKnockIn

      public TriggerEvent getKnockIn()
      Gets the value of the knockIn property.
      Returns:
      possible object is TriggerEvent
    • setKnockIn

      public void setKnockIn(TriggerEvent value)
      Sets the value of the knockIn property.
      Parameters:
      value - allowed object is TriggerEvent
    • getKnockOut

      public TriggerEvent getKnockOut()
      Gets the value of the knockOut property.
      Returns:
      possible object is TriggerEvent
    • setKnockOut

      public void setKnockOut(TriggerEvent value)
      Sets the value of the knockOut property.
      Parameters:
      value - allowed object is TriggerEvent