Class ConfirmationDisputed

java.lang.Object

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

Java class for ConfirmationDisputed complex type.

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

 <complexType name="ConfirmationDisputed">
   <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"/>
         <element name="reason" type="{http://www.fpml.org/FpML-5/confirmation}Reason" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>