Class BasketPortfolioWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The window for portfolios basket editing.
public class BasketPortfolioWindow : ThemedWindow, IComponentConnector
- Inheritance
-
BasketPortfolioWindow
- Implements
- Extension Methods
Constructors
BasketPortfolioWindow()
Initializes a new instance of the BasketPortfolioWindow.
public BasketPortfolioWindow()
Fields
AddCommand
The command for adding portfolio to a basket.
public static readonly RoutedCommand AddCommand
Field Value
OkCommand
The command for the portfolio basket saving.
public static readonly RoutedCommand OkCommand
Field Value
RemoveCommand
The command for removal of portfolio from the basket.
public static readonly RoutedCommand RemoveCommand
Field Value
Properties
AllPortfolios
All available portfolios.
public ObservableCollection<Portfolio> AllPortfolios { set; }
Property Value
Connector
The interface to the trading system.
public IConnector Connector { get; set; }
Property Value
InnerPortfolios
Portfolios included in the basket.
public ObservableCollection<Portfolio> InnerPortfolios { set; }
Property Value
Portfolio
Basket portfolio.
public WeightedPortfolio Portfolio { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()