Class RequestEventStatus

java.lang.Object

public class RequestEventStatus extends NonCorrectableRequestMessage
A type defining the content model for a message allowing one party to query the status of one event (trade or post-trade event) previously sent to another party.

Java class for RequestEventStatus complex type.

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

 <complexType name="RequestEventStatus">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonCorrectableRequestMessage">
       <sequence>
         <element name="businessProcess" type="{http://www.fpml.org/FpML-5/confirmation}BusinessProcess" minOccurs="0"/>
         <element name="eventIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}EventIdentifier"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>