Uses of Class
net.finmath.smartcontract.product.xml.IdentifiedCurrencyReference
Packages that use IdentifiedCurrencyReference
-
Uses of IdentifiedCurrencyReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as IdentifiedCurrencyReferenceModifier and TypeFieldDescriptionprotected IdentifiedCurrencyReference
DividendConditions.currencyReference
protected IdentifiedCurrencyReference
LegAmount.currencyReference
Methods in net.finmath.smartcontract.product.xml that return IdentifiedCurrencyReferenceModifier and TypeMethodDescriptionObjectFactory.createIdentifiedCurrencyReference()
Create an instance ofIdentifiedCurrencyReference
DividendConditions.getCurrencyReference()
Gets the value of the currencyReference property.LegAmount.getCurrencyReference()
Gets the value of the currencyReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type IdentifiedCurrencyReferenceModifier and TypeMethodDescriptionvoid
DividendConditions.setCurrencyReference(IdentifiedCurrencyReference value)
Sets the value of the currencyReference property.void
LegAmount.setCurrencyReference(IdentifiedCurrencyReference value)
Sets the value of the currencyReference property.