Uses of Class
net.finmath.smartcontract.product.xml.FxLevelReference
Packages that use FxLevelReference
-
Uses of FxLevelReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxLevelReferenceModifier and TypeFieldDescriptionprotected FxLevelReference
FxTargetLeverage.levelReference
protected FxLevelReference
FxTargetRegionLowerBound.levelReference
protected FxLevelReference
FxTargetRegionUpperBound.levelReference
Methods in net.finmath.smartcontract.product.xml that return FxLevelReferenceModifier and TypeMethodDescriptionObjectFactory.createFxLevelReference()
Create an instance ofFxLevelReference
FxTargetLeverage.getLevelReference()
Gets the value of the levelReference property.FxTargetRegionLowerBound.getLevelReference()
Gets the value of the levelReference property.FxTargetRegionUpperBound.getLevelReference()
Gets the value of the levelReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxLevelReferenceModifier and TypeMethodDescriptionvoid
FxTargetLeverage.setLevelReference(FxLevelReference value)
Sets the value of the levelReference property.void
FxTargetRegionLowerBound.setLevelReference(FxLevelReference value)
Sets the value of the levelReference property.void
FxTargetRegionUpperBound.setLevelReference(FxLevelReference value)
Sets the value of the levelReference property.