Table of Contents

Class PortfolioGrid

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The table showing portfolios and positions.

public class PortfolioGrid : BaseGridControl, IPersistable, IComponentConnector
Inheritance
PortfolioGrid
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

PortfolioGrid()

Initializes a new instance of the PortfolioGrid.

public PortfolioGrid()

Properties

Positions

The list of positions added to the table.

public IListEx<Position> Positions { get; }

Property Value

IListEx<Position>

SelectedPosition

The selected position.

public Position SelectedPosition { get; }

Property Value

Position

SelectedPositions

Selected trades.

public IEnumerable<Position> SelectedPositions { get; }

Property Value

IEnumerable<Position>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()