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 AnyAssetReferenceVolatilityRepresentation.assetprotected AnyAssetReferencePricingMethod.assetReferenceprotected AnyAssetReferenceValuation.objectReferenceMethods in net.finmath.smartcontract.product.xml that return AnyAssetReferenceModifier and TypeMethodDescriptionObjectFactory.createAnyAssetReference()Create an instance ofAnyAssetReferenceVolatilityRepresentation.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 TypeMethodDescriptionvoidVolatilityRepresentation.setAsset(AnyAssetReference value) Sets the value of the asset property.voidPricingMethod.setAssetReference(AnyAssetReference value) Sets the value of the assetReference property.voidValuation.setObjectReference(AnyAssetReference value) Sets the value of the objectReference property.