Class Knock
java.lang.Object
net.finmath.smartcontract.product.xml.Knock
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the knockIn property.Gets the value of the knockOut property.void
setKnockIn
(TriggerEvent value) Sets the value of the knockIn property.void
setKnockOut
(TriggerEvent value) Sets the value of the knockOut property.
-
Field Details
-
knockIn
-
knockOut
-
-
Constructor Details
-
Knock
public Knock()
-
-
Method Details
-
getKnockIn
Gets the value of the knockIn property.- Returns:
- possible object is
TriggerEvent
-
setKnockIn
Sets the value of the knockIn property.- Parameters:
value
- allowed object isTriggerEvent
-
getKnockOut
Gets the value of the knockOut property.- Returns:
- possible object is
TriggerEvent
-
setKnockOut
Sets the value of the knockOut property.- Parameters:
value
- allowed object isTriggerEvent
-