Monitor

StockSharp.Xaml

The component for trading strategies work monitoring.

Erbt von: UserControl

Implementiert: ILogListener, IPersistable, IDisposable, IComponentConnector

Konstruktoren

Monitor()

Initializes a new instance of the Monitor.

Eigenschaften

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.

Methoden

Clear()

To delete all messages.

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.
WriteMessages(IEnumerable<LogMessage>)

Ereignisse

LayoutChanged : Action

Layout changed event.

Felder

ClearCommand : RoutedCommand

Command for clear logs.

MaxItemsCountProperty : DependencyProperty

DependencyProperty for MaxItemsCount.

ShowStrategiesProperty : DependencyProperty

DependencyProperty for ShowStrategies.