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 StrategyFeatureEquityDerivativeBase.strategyFeatureprotected StrategyFeatureOptionFeature.strategyFeatureMethods in net.finmath.smartcontract.product.xml that return StrategyFeatureModifier and TypeMethodDescriptionObjectFactory.createStrategyFeature()Create an instance ofStrategyFeatureEquityDerivativeBase.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 TypeMethodDescriptionvoidEquityDerivativeBase.setStrategyFeature(StrategyFeature value) Sets the value of the strategyFeature property.voidOptionFeature.setStrategyFeature(StrategyFeature value) Sets the value of the strategyFeature property.