Table of Contents

Class ExecutionGrid

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Table showing (ExecutionMessage).

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

Constructors

ExecutionGrid()

Initializes a new instance of the ExecutionGrid.

public ExecutionGrid()

Properties

MaxCount

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

public int MaxCount { get; set; }

Property Value

int

Messages

The list of messages added to the table.

public IListEx<ExecutionMessage> Messages { get; }

Property Value

IListEx<ExecutionMessage>

SelectedMessage

The selected message.

public ExecutionMessage SelectedMessage { get; }

Property Value

ExecutionMessage

SelectedMessages

Selected messages.

public IEnumerable<ExecutionMessage> SelectedMessages { get; }

Property Value

IEnumerable<ExecutionMessage>

Methods

HideColumns(DataType)

To hide columns which do not show data for the passed type.

public void HideColumns(DataType type)

Parameters

type DataType

Information type in ExecutionMessage.

InitializeComponent()

InitializeComponent

public void InitializeComponent()