Class ExecutionRetracted

java.lang.Object

public class ExecutionRetracted extends NonCorrectableRequestMessage
A message retracting a notification to a party that a trade execution has occurred. (Typically this is sent by an execution platform to a participant.)

Java class for ExecutionRetracted complex type.

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

 <complexType name="ExecutionRetracted">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonCorrectableRequestMessage">
       <sequence>
         <choice minOccurs="0">
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradingEvents.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>