Uses of Class
net.finmath.smartcontract.product.xml.AnyAssetReference
Packages that use AnyAssetReference
-
Uses of AnyAssetReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AnyAssetReferenceModifier and TypeFieldDescriptionprotected AnyAssetReference
VolatilityRepresentation.asset
protected AnyAssetReference
PricingMethod.assetReference
protected AnyAssetReference
Valuation.objectReference
Methods in net.finmath.smartcontract.product.xml that return AnyAssetReferenceModifier and TypeMethodDescriptionObjectFactory.createAnyAssetReference()
Create an instance ofAnyAssetReference
VolatilityRepresentation.getAsset()
Gets the value of the asset property.PricingMethod.getAssetReference()
Gets the value of the assetReference property.Valuation.getObjectReference()
Gets the value of the objectReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type AnyAssetReferenceModifier and TypeMethodDescriptionvoid
VolatilityRepresentation.setAsset
(AnyAssetReference value) Sets the value of the asset property.void
PricingMethod.setAssetReference
(AnyAssetReference value) Sets the value of the assetReference property.void
Valuation.setObjectReference
(AnyAssetReference value) Sets the value of the objectReference property.