MyTradeGrid

StockSharp.Xaml

A table showing own trades (MyTrade).

Erbt von: BaseGridControl

Implementiert: IComponentConnector

Konstruktoren

MyTradeGrid()

Initializes a new instance of the MyTradeGrid.

Eigenschaften

MaxCount : int

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

SelectedTrade : MyTrade

The selected trade.

SelectedTrades : IEnumerable<MyTrade>

Selected trades.

Source : IEnumerable<MyTrade>

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 Trades directly; do not use both at once.

Trades : IListEx<MyTrade>

List of trades added to the table. High-performance mode: feed this directly.

Methoden

InitializeComponent()

InitializeComponent

Felder

SourceProperty : DependencyProperty

Source dependency property.