Class ClearingConfirmed

java.lang.Object

public class ClearingConfirmed extends NotificationMessage
A message indicating that a clearing request has been acted on and as a result a trade has been cleared.

Java class for ClearingConfirmed complex type.

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

 <complexType name="ClearingConfirmed">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NotificationMessage">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Compression.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PortfolioReference.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}ClearingResults.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EventValuation.model" minOccurs="0"/>
         <element name="creditLimitInformation" type="{http://www.fpml.org/FpML-5/confirmation}CreditLimitInformation" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>