Uses of Class
net.finmath.smartcontract.product.xml.ProductReference
-
Uses of ProductReference in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected ProductReference
StrategyComponentIdentification.componentReference
protected ProductReference
UnderlyingAsset.definition
protected ProductReference
ProductComponentIdentifier.premiumProductReference
protected ProductReference
Strategy.premiumProductReference
Modifier and TypeMethodDescriptionObjectFactory.createProductReference()
Create an instance ofProductReference
StrategyComponentIdentification.getComponentReference()
Gets the value of the componentReference property.UnderlyingAsset.getDefinition()
Gets the value of the definition property.ProductComponentIdentifier.getPremiumProductReference()
Gets the value of the premiumProductReference property.Strategy.getPremiumProductReference()
Gets the value of the premiumProductReference property.Modifier and TypeMethodDescriptionvoid
StrategyComponentIdentification.setComponentReference
(ProductReference value) Sets the value of the componentReference property.void
UnderlyingAsset.setDefinition
(ProductReference value) Sets the value of the definition property.void
ProductComponentIdentifier.setPremiumProductReference
(ProductReference value) Sets the value of the premiumProductReference property.void
Strategy.setPremiumProductReference
(ProductReference value) Sets the value of the premiumProductReference property.