Class FxKnockoutCount

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

public class FxKnockoutCount extends Object

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 Details

    • conditionalFixings

      protected BigInteger conditionalFixings
    • settlementAtKnockout

      protected boolean settlementAtKnockout
  • Constructor Details

    • FxKnockoutCount

      public FxKnockoutCount()
  • Method Details

    • getConditionalFixings

      public BigInteger getConditionalFixings()
      Gets the value of the conditionalFixings property.
      Returns:
      possible object is BigInteger
    • setConditionalFixings

      public void setConditionalFixings(BigInteger value)
      Sets the value of the conditionalFixings property.
      Parameters:
      value - allowed object is BigInteger
    • isSettlementAtKnockout

      public boolean isSettlementAtKnockout()
      Gets the value of the settlementAtKnockout property.
    • setSettlementAtKnockout

      public void setSettlementAtKnockout(boolean value)
      Sets the value of the settlementAtKnockout property.