Uses of Class
net.finmath.smartcontract.product.xml.RateLimits
-
Uses of RateLimits in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected RateLimits
FixedRateOption.allInRateLimits
protected RateLimits
FloatingRateOption.allInRateLimits
protected RateLimits
FloatingRateOption.baseRateLimits
Modifier and TypeMethodDescriptionObjectFactory.createRateLimits()
Create an instance ofRateLimits
FixedRateOption.getAllInRateLimits()
Gets the value of the allInRateLimits property.FloatingRateOption.getAllInRateLimits()
Gets the value of the allInRateLimits property.FloatingRateOption.getBaseRateLimits()
Gets the value of the baseRateLimits property.Modifier and TypeMethodDescriptionvoid
FixedRateOption.setAllInRateLimits
(RateLimits value) Sets the value of the allInRateLimits property.void
FloatingRateOption.setAllInRateLimits
(RateLimits value) Sets the value of the allInRateLimits property.void
FloatingRateOption.setBaseRateLimits
(RateLimits value) Sets the value of the baseRateLimits property.