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 FxLevelReferenceFxTargetLeverage.levelReferenceprotected FxLevelReferenceFxTargetRegionLowerBound.levelReferenceprotected FxLevelReferenceFxTargetRegionUpperBound.levelReferenceMethods in net.finmath.smartcontract.product.xml that return FxLevelReferenceModifier and TypeMethodDescriptionObjectFactory.createFxLevelReference()Create an instance ofFxLevelReferenceFxTargetLeverage.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 TypeMethodDescriptionvoidFxTargetLeverage.setLevelReference(FxLevelReference value) Sets the value of the levelReference property.voidFxTargetRegionLowerBound.setLevelReference(FxLevelReference value) Sets the value of the levelReference property.voidFxTargetRegionUpperBound.setLevelReference(FxLevelReference value) Sets the value of the levelReference property.