Class ClearingRefused

java.lang.Object

public class ClearingRefused extends NotificationMessage
A message indicating that a clearing request has not been acted on due to a business decision and therefore no trade has been cleared.

Java class for ClearingRefused complex type.

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

 <complexType name="ClearingRefused">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NotificationMessage">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradingEvents.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EventValuation.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model" minOccurs="0"/>
         <element name="reason" type="{http://www.fpml.org/FpML-5/confirmation}Reason" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>