Class RequestTradeReferenceInformationUpdate

java.lang.Object

public class RequestTradeReferenceInformationUpdate extends CorrectableRequestMessage
Defines the structure for a message requesting information updates to a trade. The trade reference information should contain at least one trade identifier that the recipient is aware of.

Java class for RequestTradeReferenceInformationUpdate complex type.

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

 <complexType name="RequestTradeReferenceInformationUpdate">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeReferenceInformation.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>