Table of Contents

Class PositionChangeGrid

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The table to display a message PositionChangeMessage.

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

Constructors

PositionChangeGrid()

Initializes a new instance of the PositionChangeGrid.

public PositionChangeGrid()

Properties

MaxCount

The maximum number of messages to display. The -1 value means an unlimited amount. The default value is 10000.

public int MaxCount { get; set; }

Property Value

int

Messages

The list of messages added to the table.

public IListEx<PositionChangeMessage> Messages { get; }

Property Value

IListEx<PositionChangeMessage>

SelectedMessage

The selected message.

public PositionChangeMessage SelectedMessage { get; }

Property Value

PositionChangeMessage

SelectedMessages

Selected messages.

public IEnumerable<PositionChangeMessage> SelectedMessages { get; }

Property Value

IEnumerable<PositionChangeMessage>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()