Uses of Class
net.finmath.smartcontract.product.xml.FxPivotReference
Packages that use FxPivotReference
-
Uses of FxPivotReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxPivotReferenceModifier and TypeFieldDescriptionprotected FxPivotReference
FxTargetLeverage.pivotReference
protected FxPivotReference
FxTargetRegionLowerBound.pivotReference
protected FxPivotReference
FxTargetRegionUpperBound.pivotReference
Methods in net.finmath.smartcontract.product.xml that return FxPivotReferenceModifier and TypeMethodDescriptionObjectFactory.createFxPivotReference()
Create an instance ofFxPivotReference
FxTargetLeverage.getPivotReference()
Gets the value of the pivotReference property.FxTargetRegionLowerBound.getPivotReference()
Gets the value of the pivotReference property.FxTargetRegionUpperBound.getPivotReference()
Gets the value of the pivotReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxPivotReferenceModifier and TypeMethodDescriptionvoid
FxTargetLeverage.setPivotReference(FxPivotReference value)
Sets the value of the pivotReference property.void
FxTargetRegionLowerBound.setPivotReference(FxPivotReference value)
Sets the value of the pivotReference property.void
FxTargetRegionUpperBound.setPivotReference(FxPivotReference value)
Sets the value of the pivotReference property.