Uses of Class
net.finmath.smartcontract.product.xml.ExchangeRate
Packages that use ExchangeRate
-
Uses of ExchangeRate in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ExchangeRateModifier and TypeFieldDescriptionprotected ExchangeRateFxSingleLeg.exchangeRateprotected ExchangeRateFxSwapLeg.exchangeRateMethods in net.finmath.smartcontract.product.xml that return ExchangeRateModifier and TypeMethodDescriptionObjectFactory.createExchangeRate()Create an instance ofExchangeRateFxSingleLeg.getExchangeRate()Gets the value of the exchangeRate property.FxSwapLeg.getExchangeRate()Gets the value of the exchangeRate property.Methods in net.finmath.smartcontract.product.xml with parameters of type ExchangeRateModifier and TypeMethodDescriptionvoidFxSingleLeg.setExchangeRate(ExchangeRate value) Sets the value of the exchangeRate property.voidFxSwapLeg.setExchangeRate(ExchangeRate value) Sets the value of the exchangeRate property.