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

HideZeroBalances

Hide zero balances.

public bool HideZeroBalances { get; set; }

Property Value

bool

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()

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.