Table of Contents

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

Type

Methods

Dispose()

Release resources.

public void Dispose()

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Events

SchemaChanged

Schema change event.

public event Action SchemaChanged

Event Type

Action