Uses of Class
net.finmath.smartcontract.product.xml.FxFeature
Packages that use FxFeature
-
Uses of FxFeature in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxFeatureModifier and TypeFieldDescriptionprotected FxFeature
DirectionalLegUnderlyer.fxFeature
protected FxFeature
EquityDerivativeBase.fxFeature
protected FxFeature
OptionFeature.fxFeature
protected FxFeature
ReturnLeg.fxFeature
Methods in net.finmath.smartcontract.product.xml that return FxFeatureModifier and TypeMethodDescriptionObjectFactory.createFxFeature()
Create an instance ofFxFeature
DirectionalLegUnderlyer.getFxFeature()
Gets the value of the fxFeature property.EquityDerivativeBase.getFxFeature()
Gets the value of the fxFeature property.OptionFeature.getFxFeature()
Gets the value of the fxFeature property.ReturnLeg.getFxFeature()
Gets the value of the fxFeature property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxFeatureModifier and TypeMethodDescriptionvoid
DirectionalLegUnderlyer.setFxFeature
(FxFeature value) Sets the value of the fxFeature property.void
EquityDerivativeBase.setFxFeature
(FxFeature value) Sets the value of the fxFeature property.void
OptionFeature.setFxFeature
(FxFeature value) Sets the value of the fxFeature property.void
ReturnLeg.setFxFeature
(FxFeature value) Sets the value of the fxFeature property.