PortfolioManager Class

Class PortfolioManager.
public class PortfolioManager
This language is not supported or no code example is available.
public ref class PortfolioManager 
This language is not supported or no code example is available.
public class PortfolioManager
This language is not supported or no code example is available.
Name Description
Public constructor PortfolioManager(Framework, PortfolioServer) Initializes a new instance of the PortfolioManager class.
Top
Name Description
Public property Item(string) Gets the Portfolio with the specified name.
Public property Portfolios Gets the portfolios.
Public property Pricer
Public property Server
Top
Methods
 
Name Description
Public method Add(Portfolio, bool)
Public method Clear()
Public method Contains(Portfolio)
Public method Contains(int)
Public method Contains(string)
Public method Delete(string)
Public method GetById(int) Gets the Portfolio with the specified identifier.
Public method GetByIndex(int) Gets the Portfolio with the specified index.
Public method GetByName(string) Gets the Portfolio with the specified name.
Public method Init()
Public method Load(string)
Public method Remove(Portfolio) Removes the specified portfolio.
Public method Remove(int) Removes the specified identifier.
Public method Remove(string) Removes the specified name.
Public method Save(Portfolio)
Top

In this article

Definition