Class AlertButton
- Namespace
- StockSharp.Alerts
- Assembly
- StockSharp.Alerts.dll
Button activation alert settings.
public class AlertButton : BarCheckItem, IPersistable, IDisposable, IComponentConnector
- Inheritance
-
AlertButton
- Implements
-
IPersistable
- Extension Methods
Constructors
AlertButton()
Initializes a new instance of the AlertButton.
public AlertButton()
Properties
MessageType
Message type.
public Type MessageType { get; set; }
Property Value
Methods
Dispose()
Release resources.
public void Dispose()
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Events
SchemaChanged
Schema change event.
public event Action SchemaChanged