BasketPortfolioWindow
StockSharp.Xaml
The window for portfolios basket editing.
Inherits: ThemedWindow
Implements: IComponentConnector
Constructors
BasketPortfolioWindow()
Initializes a new instance of the BasketPortfolioWindow.
Properties
AllPortfolios : ObservableCollection<Portfolio>
All available portfolios.
Connector : IConnector
The interface to the trading system.
InnerPortfolios : ObservableCollection<Portfolio>
Portfolios included in the basket.
Portfolio : WeightedPortfolio
Basket portfolio.
Methods
InitializeComponent()
InitializeComponent
Fields
AddCommand : RoutedCommand
The command for adding portfolio to a basket.
OkCommand : RoutedCommand
The command for the portfolio basket saving.
RemoveCommand : RoutedCommand
The command for removal of portfolio from the basket.