Monitor

StockSharp.Xaml

The component for trading strategies work monitoring.

Наследует: UserControl

Реализует: ILogListener, IPersistable, IDisposable, IComponentConnector

Конструкторы

Monitor()

Initializes a new instance of the Monitor.

Свойства

LogControl : LogControl

The graphical component for logs displaying.

MaxItemsCount : int

The maximum number of entries to display. The -1 value means an unlimited amount of records. By default, the last 10000 records for 64-bit process and 1000 records for 32-bit process are displayed.

ShowStrategies : bool

To show the 'Strategy' node. Enabled by default.

Методы

Clear()

To delete all messages.

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.
WriteMessages(IEnumerable<LogMessage>)

События

LayoutChanged : Action

Layout changed event.

Поля

ClearCommand : RoutedCommand

Command for clear logs.

MaxItemsCountProperty : DependencyProperty

DependencyProperty for MaxItemsCount.

ShowStrategiesProperty : DependencyProperty

DependencyProperty for ShowStrategies.