Class ExecutionNotification

java.lang.Object

public class ExecutionNotification extends CorrectableRequestMessage
A message notifying a party that a trade execution has occurred. (Typically this is sent by an execution platform to a participant.)

Java class for ExecutionNotification complex type.

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

 <complexType name="ExecutionNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <choice>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradingEventsBase.model"/>
           <element name="amendment" type="{http://www.fpml.org/FpML-5/confirmation}TradeAmendmentContent"/>
           <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}EventValuation.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>