Class ExecutionAdvice

java.lang.Object

public class ExecutionAdvice extends CorrectableRequestMessage
A message advising a third party that a trade execution has occurred.

Java class for ExecutionAdvice complex type.

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

 <complexType name="ExecutionAdvice">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <element name="productType" type="{http://www.fpml.org/FpML-5/confirmation}ProductType" minOccurs="0"/>
         <choice>
           <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}EventValuation.model" minOccurs="0"/>
         <element name="paymentDetails" type="{http://www.fpml.org/FpML-5/confirmation}PaymentDetails" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>