Uses of Class
net.finmath.smartcontract.product.xml.FxStrikeReference
Packages that use FxStrikeReference
-
Uses of FxStrikeReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxStrikeReferenceModifier and TypeFieldDescriptionprotected FxStrikeReference
FxCounterCurrencyAmount.strikeReference
protected FxStrikeReference
FxTargetLeverage.strikeReference
protected FxStrikeReference
FxTargetPhysicalSettlement.strikeReference
protected FxStrikeReference
FxTargetRegionLowerBound.strikeReference
protected FxStrikeReference
FxTargetRegionUpperBound.strikeReference
Methods in net.finmath.smartcontract.product.xml that return FxStrikeReferenceModifier and TypeMethodDescriptionObjectFactory.createFxStrikeReference()
Create an instance ofFxStrikeReference
FxCounterCurrencyAmount.getStrikeReference()
Gets the value of the strikeReference property.FxTargetLeverage.getStrikeReference()
Gets the value of the strikeReference property.FxTargetPhysicalSettlement.getStrikeReference()
Gets the value of the strikeReference property.FxTargetRegionLowerBound.getStrikeReference()
Gets the value of the strikeReference property.FxTargetRegionUpperBound.getStrikeReference()
Gets the value of the strikeReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxStrikeReferenceModifier and TypeMethodDescriptionvoid
FxCounterCurrencyAmount.setStrikeReference
(FxStrikeReference value) Sets the value of the strikeReference property.void
FxTargetLeverage.setStrikeReference
(FxStrikeReference value) Sets the value of the strikeReference property.void
FxTargetPhysicalSettlement.setStrikeReference
(FxStrikeReference value) Sets the value of the strikeReference property.void
FxTargetRegionLowerBound.setStrikeReference
(FxStrikeReference value) Sets the value of the strikeReference property.void
FxTargetRegionUpperBound.setStrikeReference
(FxStrikeReference value) Sets the value of the strikeReference property.