Uses of Class
net.finmath.smartcontract.product.xml.PortfolioReference
Packages that use PortfolioReference
-
Uses of PortfolioReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PortfolioReferenceModifier and TypeFieldDescriptionprotected PortfolioReference
ClearingConfirmed.portfolioReference
protected PortfolioReference
RequestClearing.portfolioReference
protected PortfolioReference
RequestConsent.portfolioReference
Methods in net.finmath.smartcontract.product.xml that return PortfolioReferenceModifier and TypeMethodDescriptionObjectFactory.createPortfolioReference()
Create an instance ofPortfolioReference
ClearingConfirmed.getPortfolioReference()
Gets the value of the portfolioReference property.RequestClearing.getPortfolioReference()
Gets the value of the portfolioReference property.RequestConsent.getPortfolioReference()
Gets the value of the portfolioReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type PortfolioReferenceModifier and TypeMethodDescriptionvoid
ClearingConfirmed.setPortfolioReference
(PortfolioReference value) Sets the value of the portfolioReference property.void
RequestClearing.setPortfolioReference
(PortfolioReference value) Sets the value of the portfolioReference property.void
RequestConsent.setPortfolioReference
(PortfolioReference value) Sets the value of the portfolioReference property.