BasketPortfolioWindow

StockSharp.Xaml

The window for portfolios basket editing.

继承自: ThemedWindow

实现: IComponentConnector

构造函数

BasketPortfolioWindow()

Initializes a new instance of the BasketPortfolioWindow.

属性

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.

方法

InitializeComponent()

InitializeComponent

字段

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.