Class RequestClearingRetracted

java.lang.Object

public class RequestClearingRetracted extends NonCorrectableRequestMessage
A message withdrawing a request that a trade be cleared by a clearing service.

Java class for RequestClearingRetracted complex type.

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

 <complexType name="RequestClearingRetracted">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonCorrectableRequestMessage">
       <sequence>
         <choice minOccurs="0">
           <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}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>