Uses of Class
net.finmath.smartcontract.product.xml.StrategyFeature
Packages that use StrategyFeature
-
Uses of StrategyFeature in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as StrategyFeatureModifier and TypeFieldDescriptionprotected StrategyFeature
EquityDerivativeBase.strategyFeature
protected StrategyFeature
OptionFeature.strategyFeature
Methods in net.finmath.smartcontract.product.xml that return StrategyFeatureModifier and TypeMethodDescriptionObjectFactory.createStrategyFeature()
Create an instance ofStrategyFeature
EquityDerivativeBase.getStrategyFeature()
Gets the value of the strategyFeature property.OptionFeature.getStrategyFeature()
Gets the value of the strategyFeature property.Methods in net.finmath.smartcontract.product.xml with parameters of type StrategyFeatureModifier and TypeMethodDescriptionvoid
EquityDerivativeBase.setStrategyFeature(StrategyFeature value)
Sets the value of the strategyFeature property.void
OptionFeature.setStrategyFeature(StrategyFeature value)
Sets the value of the strategyFeature property.