Class ApprovalStatusNotification

java.lang.Object

public class ApprovalStatusNotification extends NotificationMessage
A message describing the approvals currently applied to the trade and their status (e.g. pending, approved, refused).

Java class for ApprovalStatusNotification complex type.

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

 <complexType name="ApprovalStatusNotification">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NotificationMessage">
       <sequence>
         <choice>
           <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
           <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier"/>
         </choice>
         <element name="approvals" type="{http://www.fpml.org/FpML-5/confirmation}Approvals"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>