Uses of Class
net.finmath.smartcontract.product.xml.ProductReference
Packages that use ProductReference
-
Uses of ProductReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ProductReferenceModifier and TypeFieldDescriptionprotected ProductReference
StrategyComponentIdentification.componentReference
protected ProductReference
UnderlyingAsset.definition
protected ProductReference
ProductComponentIdentifier.premiumProductReference
protected ProductReference
Strategy.premiumProductReference
Methods in net.finmath.smartcontract.product.xml that return ProductReferenceModifier 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.Methods in net.finmath.smartcontract.product.xml with parameters of type ProductReferenceModifier 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.