Class Clearing

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

public class Clearing extends Object
A structure describing a trade registration event that is part of a clearing process.

Java class for Clearing complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Clearing">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="submitted" type="{http://www.fpml.org/FpML-5/confirmation}TradeWrapper"/>
         <element name="cleared" type="{http://www.fpml.org/FpML-5/confirmation}TradeWrapper" maxOccurs="2" minOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>