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 PortfolioReferenceClearingConfirmed.portfolioReferenceprotected PortfolioReferenceRequestClearing.portfolioReferenceprotected PortfolioReferenceRequestConsent.portfolioReferenceMethods in net.finmath.smartcontract.product.xml that return PortfolioReferenceModifier and TypeMethodDescriptionObjectFactory.createPortfolioReference()Create an instance ofPortfolioReferenceClearingConfirmed.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 TypeMethodDescriptionvoidClearingConfirmed.setPortfolioReference(PortfolioReference value) Sets the value of the portfolioReference property.voidRequestClearing.setPortfolioReference(PortfolioReference value) Sets the value of the portfolioReference property.voidRequestConsent.setPortfolioReference(PortfolioReference value) Sets the value of the portfolioReference property.