Class RequestAllocationRetracted

java.lang.Object

public class RequestAllocationRetracted extends NonCorrectableRequestMessage
A message withdrawing a request that a trade be split among several accounts.

Java class for RequestAllocationRetracted complex type.

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

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