AlertButton

StockSharp.Alerts

Button activation alert settings.

Inherits: BarCheckItem

Implements: IPersistable, IDisposable, IComponentConnector

Constructors

AlertButton
public AlertButton()
alertButton = AlertButton()

Initializes a new instance of the AlertButton.

Properties

MessageType
public Type MessageType { get; set; }
value = alertButton.MessageType
alertButton.MessageType = value

Message type.

Methods

Dispose
public void Dispose()
alertButton.Dispose()

Release resources.

InitializeComponent
public void InitializeComponent()
alertButton.InitializeComponent()

InitializeComponent

Load
public void Load(SettingsStorage storage)
alertButton.Load(storage)

Load settings.

storage
Settings storage.
Save
public void Save(SettingsStorage storage)
alertButton.Save(storage)

Save settings.

storage
Settings storage.

Events

SchemaChanged
public event Action SchemaChanged
alertButton.SchemaChanged += handler

Schema change event.