Class AllocationApproved

java.lang.Object

public class AllocationApproved extends ResponseMessage
A message indicating that a request to allocate a trade has been approved by the sender.

Java class for AllocationApproved complex type.

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

 <complexType name="AllocationApproved">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ResponseMessage">
       <sequence>
         <element name="blockTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" minOccurs="0"/>
         <element name="allocations" type="{http://www.fpml.org/FpML-5/confirmation}Allocations" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>