Class RequestClearing

java.lang.Object

public class RequestClearing extends CorrectableRequestMessage
A message requesting that a trade be cleared by a clearing service.

Java class for RequestClearing complex type.

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

 <complexType name="RequestClearing">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PortfolioReference.model" minOccurs="0"/>
         <choice>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradingEvents.model"/>
           <element name="deClear" type="{http://www.fpml.org/FpML-5/confirmation}DeClear"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EventValuation.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>