PortfolioManager Class
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.
Name | Description | |
---|---|---|
PortfolioManager(Framework, PortfolioServer) | Initializes a new instance of the PortfolioManager class. |
Name | Description | |
---|---|---|
Item(string) | Gets the Portfolio with the specified name. | |
Portfolios | Gets the portfolios. | |
Pricer | ||
Server |
Name | Description | |
---|---|---|
Add(Portfolio, bool) | ||
Clear() | ||
Contains(Portfolio) | ||
Contains(int) | ||
Contains(string) | ||
Delete(string) | ||
GetById(int) | Gets the Portfolio with the specified identifier. | |
GetByIndex(int) | Gets the Portfolio with the specified index. | |
GetByName(string) | Gets the Portfolio with the specified name. | |
Init() | ||
Load(string) | ||
Remove(Portfolio) | Removes the specified portfolio. | |
Remove(int) | Removes the specified identifier. | |
Remove(string) | Removes the specified name. | |
Save(Portfolio) |