Uses of Class
net.finmath.smartcontract.product.xml.RateLimits
Packages that use RateLimits
-
Uses of RateLimits in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as RateLimitsModifier and TypeFieldDescriptionprotected RateLimitsFixedRateOption.allInRateLimitsprotected RateLimitsFloatingRateOption.allInRateLimitsprotected RateLimitsFloatingRateOption.baseRateLimitsMethods in net.finmath.smartcontract.product.xml that return RateLimitsModifier and TypeMethodDescriptionObjectFactory.createRateLimits()Create an instance ofRateLimitsFixedRateOption.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.Methods in net.finmath.smartcontract.product.xml with parameters of type RateLimitsModifier and TypeMethodDescriptionvoidFixedRateOption.setAllInRateLimits(RateLimits value) Sets the value of the allInRateLimits property.voidFloatingRateOption.setAllInRateLimits(RateLimits value) Sets the value of the allInRateLimits property.voidFloatingRateOption.setBaseRateLimits(RateLimits value) Sets the value of the baseRateLimits property.