Class ConfirmationRetracted

java.lang.Object

public class ConfirmationRetracted extends NonCorrectableRequestMessage
A message indicating that a confirmation request has been withdrawn by the submitter.

Java class for ConfirmationRetracted complex type.

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

 <complexType name="ConfirmationRetracted">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonCorrectableRequestMessage">
       <sequence>
         <choice minOccurs="0">
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradingAndPostTradeEvents.model"/>
           <element name="optionExercise" type="{http://www.fpml.org/FpML-5/confirmation}OptionExercise"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>