Class AverageDailyTradingVolumeLimit
java.lang.Object
net.finmath.smartcontract.product.xml.AverageDailyTradingVolumeLimit
To indicate the limitation percentage and limitation period.
Java class for AverageDailyTradingVolumeLimit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AverageDailyTradingVolumeLimit"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="limitationPercentage" type="{http://www.fpml.org/FpML-5/confirmation}RestrictedPercentage"/> <element name="limitationPeriod" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the limitationPercentage property.Gets the value of the limitationPeriod property.void
Sets the value of the limitationPercentage property.void
setLimitationPeriod
(BigInteger value) Sets the value of the limitationPeriod property.
-
Field Details
-
limitationPercentage
-
limitationPeriod
-
-
Constructor Details
-
AverageDailyTradingVolumeLimit
public AverageDailyTradingVolumeLimit()
-
-
Method Details
-
getLimitationPercentage
Gets the value of the limitationPercentage property.- Returns:
- possible object is
BigDecimal
-
setLimitationPercentage
Sets the value of the limitationPercentage property.- Parameters:
value
- allowed object isBigDecimal
-
getLimitationPeriod
Gets the value of the limitationPeriod property.- Returns:
- possible object is
BigInteger
-
setLimitationPeriod
Sets the value of the limitationPeriod property.- Parameters:
value
- allowed object isBigInteger
-