Class FxKnockoutCount
java.lang.Object
net.finmath.smartcontract.product.xml.FxKnockoutCount
Java class for FxKnockoutCount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxKnockoutCount"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="conditionalFixings" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="settlementAtKnockout" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the conditionalFixings property.boolean
Gets the value of the settlementAtKnockout property.void
setConditionalFixings
(BigInteger value) Sets the value of the conditionalFixings property.void
setSettlementAtKnockout
(boolean value) Sets the value of the settlementAtKnockout property.
-
Field Details
-
conditionalFixings
-
settlementAtKnockout
protected boolean settlementAtKnockout
-
-
Constructor Details
-
FxKnockoutCount
public FxKnockoutCount()
-
-
Method Details
-
getConditionalFixings
Gets the value of the conditionalFixings property.- Returns:
- possible object is
BigInteger
-
setConditionalFixings
Sets the value of the conditionalFixings property.- Parameters:
value
- allowed object isBigInteger
-
isSettlementAtKnockout
public boolean isSettlementAtKnockout()Gets the value of the settlementAtKnockout property. -
setSettlementAtKnockout
public void setSettlementAtKnockout(boolean value) Sets the value of the settlementAtKnockout property.
-