Class ConfirmationStatus

java.lang.Object

public class ConfirmationStatus extends ResponseMessage
Message for sending matching results. Response message that returns the status of an event that have been submitted for matching.

Java class for ConfirmationStatus complex type.

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

 <complexType name="ConfirmationStatus">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ResponseMessage">
       <sequence>
         <element name="status" type="{http://www.fpml.org/FpML-5/confirmation}EventStatus"/>
         <choice>
           <sequence>
             <element name="assertedEvent" type="{http://www.fpml.org/FpML-5/confirmation}EventsChoice"/>
             <element name="proposedMatch" type="{http://www.fpml.org/FpML-5/confirmation}EventProposedMatch" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <element name="allegedEvent" type="{http://www.fpml.org/FpML-5/confirmation}EventsChoice"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>