Uses of Class
net.finmath.smartcontract.product.xml.UnderlyerReference
Packages that use UnderlyerReference
-
Uses of UnderlyerReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as UnderlyerReferenceModifier and TypeFieldDescriptionprotected UnderlyerReference
GenericFrequency.underlyerReference
protected UnderlyerReference
GenericResetFrequency.underlyerReference
Methods in net.finmath.smartcontract.product.xml that return UnderlyerReferenceModifier and TypeMethodDescriptionObjectFactory.createUnderlyerReference()
Create an instance ofUnderlyerReference
GenericFrequency.getUnderlyerReference()
Gets the value of the underlyerReference property.GenericResetFrequency.getUnderlyerReference()
Gets the value of the underlyerReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type UnderlyerReferenceModifier and TypeMethodDescriptionvoid
GenericFrequency.setUnderlyerReference
(UnderlyerReference value) Sets the value of the underlyerReference property.void
GenericResetFrequency.setUnderlyerReference
(UnderlyerReference value) Sets the value of the underlyerReference property.