Class RequestExecution

java.lang.Object

public class RequestExecution extends CorrectableRequestMessage
A message requesting that an order be executed.

Java class for RequestExecution complex type.

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

 <complexType name="RequestExecution">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <choice>
           <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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>