AlertButton

StockSharp.Alerts

ボタンの活発化の警報設定。

継承元: BarCheckItem

実装: IPersistable, IDisposable, IComponentConnector

コンストラクター

AlertButton
public AlertButton()
alertButton = AlertButton()

AlertButton の新規インスタンスを初期化します。

プロパティ

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

メッセージタイプ。

メソッド

Dispose
public void Dispose()
alertButton.Dispose()

リソースのリリース

InitializeComponent
public void InitializeComponent()
alertButton.InitializeComponent()

担当: 佐藤 宏

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

設定をロードします。

storage
設定ストレージ。
Save
public void Save(SettingsStorage storage)
alertButton.Save(storage)

設定を保存します。

storage
設定ストレージ。

イベント

SchemaChanged
public event Action SchemaChanged
alertButton.SchemaChanged += handler

シェマ変更イベント。