Class RequestClearingEligibility

java.lang.Object

public class RequestClearingEligibility extends CorrectableRequestMessage

Java class for RequestClearingEligibility complex type.

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

 <complexType name="RequestClearingEligibility">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <element name="requestingPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" 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}PartiesAndAccounts.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>