Monitor
StockSharp.Xaml
The component for trading strategies work monitoring.
Herda de: UserControl
Implementa: ILogListener, IPersistable, IDisposable, IComponentConnector
Construtores
Monitor()
Initializes a new instance of the Monitor.
Propriedades
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.
Métodos
Clear()
To delete all messages.
InitializeComponent()
InitializeComponent
WriteMessages(IEnumerable<LogMessage>)
Eventos
LayoutChanged : Action
Layout changed event.
Campos
ClearCommand : RoutedCommand
Command for clear logs.
MaxItemsCountProperty : DependencyProperty
DependencyProperty for MaxItemsCount.
ShowStrategiesProperty : DependencyProperty
DependencyProperty for ShowStrategies.