Uses of Class
net.finmath.smartcontract.product.xml.SpecifiedCurrency
Packages that use SpecifiedCurrency
-
Uses of SpecifiedCurrency in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as SpecifiedCurrencyModifier and TypeFieldDescriptionprotected SpecifiedCurrency
DeliverableObligations.specifiedCurrency
protected SpecifiedCurrency
Obligations.specifiedCurrency
Methods in net.finmath.smartcontract.product.xml that return SpecifiedCurrencyModifier and TypeMethodDescriptionObjectFactory.createSpecifiedCurrency()
Create an instance ofSpecifiedCurrency
DeliverableObligations.getSpecifiedCurrency()
Gets the value of the specifiedCurrency property.Obligations.getSpecifiedCurrency()
Gets the value of the specifiedCurrency property.Methods in net.finmath.smartcontract.product.xml with parameters of type SpecifiedCurrencyModifier and TypeMethodDescriptionvoid
DeliverableObligations.setSpecifiedCurrency(SpecifiedCurrency value)
Sets the value of the specifiedCurrency property.void
Obligations.setSpecifiedCurrency(SpecifiedCurrency value)
Sets the value of the specifiedCurrency property.