Class AverageDailyTradingVolumeLimit

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

public class AverageDailyTradingVolumeLimit extends Object
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 Details

    • limitationPercentage

      protected BigDecimal limitationPercentage
    • limitationPeriod

      protected BigInteger limitationPeriod
  • Constructor Details

    • AverageDailyTradingVolumeLimit

      public AverageDailyTradingVolumeLimit()
  • Method Details

    • getLimitationPercentage

      public BigDecimal getLimitationPercentage()
      Gets the value of the limitationPercentage property.
      Returns:
      possible object is BigDecimal
    • setLimitationPercentage

      public void setLimitationPercentage(BigDecimal value)
      Sets the value of the limitationPercentage property.
      Parameters:
      value - allowed object is BigDecimal
    • getLimitationPeriod

      public BigInteger getLimitationPeriod()
      Gets the value of the limitationPeriod property.
      Returns:
      possible object is BigInteger
    • setLimitationPeriod

      public void setLimitationPeriod(BigInteger value)
      Sets the value of the limitationPeriod property.
      Parameters:
      value - allowed object is BigInteger