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>