Class RequestConfirmation

java.lang.Object

public class RequestConfirmation extends CorrectableRequestMessage
A message type defining the start of the confirmation process. The message may be used to request the confirmation of a new trade or any other event supported by FpML such as novation, terminations, amendments, etc.

Java class for RequestConfirmation complex type.

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

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