OrderLogGrid

StockSharp.Xaml

The table displaying the orders log (IOrderLogMessage).

Herda de: BaseGridControl

Implementa: IComponentConnector

Construtores

OrderLogGrid()

Initializes a new instance of the OrderLogGrid.

Propriedades

LogItems : IListEx<IOrderLogMessage>

Order log. High-performance mode: feed this directly.

MaxCount : int

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

SelectedLogItem : IOrderLogMessage

The selected row.

Source : IEnumerable<IOrderLogMessage>

External collection to display (MVVM mode); mirrored into the grid's internal thread-safe buffer so a plain view-model collection can be bound without losing the UI-thread marshalling. The high-performance alternative is to feed LogItems directly; do not use both at once.

Métodos

InitializeComponent()

InitializeComponent

Campos

SourceProperty : DependencyProperty

Source dependency property.