Class RequestAllocation

java.lang.Object

public class RequestAllocation extends CorrectableRequestMessage
A message requesting that a trade be split among several accounts.

Java class for RequestAllocation complex type.

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

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