Table of Contents

Class PortfolioPickerWindow

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The portfolio selection window.

public class PortfolioPickerWindow : ThemedWindow, IComponentConnector
Inheritance
PortfolioPickerWindow
Implements
Extension Methods

Constructors

PortfolioPickerWindow()

Initializes a new instance of the PortfolioPickerWindow.

public PortfolioPickerWindow()

Properties

Portfolios

Available portfolios.

public PortfolioDataSource Portfolios { get; set; }

Property Value

PortfolioDataSource

SelectedPortfolio

The selected portfolio.

public Portfolio SelectedPortfolio { get; set; }

Property Value

Portfolio

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()