Class BrokerConfirmation

java.lang.Object
net.finmath.smartcontract.product.xml.BrokerConfirmation

public class BrokerConfirmation extends Object
Identifies the market sector in which the trade has been arranged.

Java class for BrokerConfirmation complex type.

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

 <complexType name="BrokerConfirmation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="brokerConfirmationType" type="{http://www.fpml.org/FpML-5/confirmation}BrokerConfirmationType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>