Uses of Class
net.finmath.smartcontract.product.xml.PortfolioName
Packages that use PortfolioName
-
Uses of PortfolioName in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PortfolioNameModifier and TypeFieldDescriptionprotected PortfolioName
PartyTradeInformation.collateralPortfolio
protected PortfolioName
PortfolioReferenceBase.portfolioName
Fields in net.finmath.smartcontract.product.xml with type parameters of type PortfolioNameMethods in net.finmath.smartcontract.product.xml that return PortfolioNameModifier and TypeMethodDescriptionObjectFactory.createPortfolioName()
Create an instance ofPortfolioName
PartyTradeInformation.getCollateralPortfolio()
Gets the value of the collateralPortfolio property.PortfolioReferenceBase.getPortfolioName()
Gets the value of the portfolioName property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type PortfolioNameModifier and TypeMethodDescriptionPartyPortfolioName.getPortfolioName()
Gets the value of the portfolioName property.Methods in net.finmath.smartcontract.product.xml with parameters of type PortfolioNameModifier and TypeMethodDescriptionvoid
PartyTradeInformation.setCollateralPortfolio
(PortfolioName value) Sets the value of the collateralPortfolio property.void
PortfolioReferenceBase.setPortfolioName
(PortfolioName value) Sets the value of the portfolioName property.