Class BrokerConfirmation
java.lang.Object
net.finmath.smartcontract.product.xml.BrokerConfirmation
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the brokerConfirmationType property.void
Sets the value of the brokerConfirmationType property.
-
Field Details
-
brokerConfirmationType
-
-
Constructor Details
-
BrokerConfirmation
public BrokerConfirmation()
-
-
Method Details
-
getBrokerConfirmationType
Gets the value of the brokerConfirmationType property.- Returns:
- possible object is
BrokerConfirmationType
-
setBrokerConfirmationType
Sets the value of the brokerConfirmationType property.- Parameters:
value
- allowed object isBrokerConfirmationType
-