NewsMessageGrid

StockSharp.Xaml

Table showing (NewsMessage).

Hereda de: BaseGridControl

Implementa: IComponentConnector

Constructores

NewsMessageGrid()

Initializes a new instance of the NewsMessageGrid.

Propiedades

MaxCount : int

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

Messages : IListEx<NewsMessage>

The list of messages added to the table.

SelectedMessage : NewsMessage

The selected message.

SelectedMessages : IEnumerable<NewsMessage>

Selected messages.

SubscriptionProvider : ISubscriptionProvider

The provider of subscriptions.

Métodos

InitializeComponent()

InitializeComponent

Campos

OpenUrlCommand : RoutedCommand

The command for the news link opening.

RequestStoryCommand : RoutedCommand

The command for the news request.