Class ConfirmationAgreed

java.lang.Object

public class ConfirmationAgreed extends ResponseMessage
A message indicating that a confirmation has been agreed by a counterparty.

Java class for ConfirmationAgreed complex type.

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

 <complexType name="ConfirmationAgreed">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ResponseMessage">
       <sequence>
         <choice minOccurs="0">
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradingEventsBase.model"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}PostTradeEventsBase.model"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}ChangeEventsBase.model"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionsEventsBase.model"/>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}additionalEvent"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>