Class TradeSummary
java.lang.Object
net.finmath.smartcontract.product.xml.TradeSummary
Summary information about the trade.
Java class for TradeSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradeSummary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="isPackageTrade" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isPrimeBrokerTrade" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reportingLevel" type="{http://www.fpml.org/FpML-5/confirmation}ReportingLevel" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the reportingLevel property.Gets the value of the isPackageTrade property.Gets the value of the isPrimeBrokerTrade property.void
setIsPackageTrade
(Boolean value) Sets the value of the isPackageTrade property.void
setIsPrimeBrokerTrade
(Boolean value) Sets the value of the isPrimeBrokerTrade property.void
setReportingLevel
(ReportingLevel value) Sets the value of the reportingLevel property.
-
Field Details
-
isPackageTrade
-
isPrimeBrokerTrade
-
reportingLevel
-
-
Constructor Details
-
TradeSummary
public TradeSummary()
-
-
Method Details
-
isIsPackageTrade
-
setIsPackageTrade
-
isIsPrimeBrokerTrade
-
setIsPrimeBrokerTrade
-
getReportingLevel
Gets the value of the reportingLevel property.- Returns:
- possible object is
ReportingLevel
-
setReportingLevel
Sets the value of the reportingLevel property.- Parameters:
value
- allowed object isReportingLevel
-