Class Knock

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>