AlertDiagramElement

StockSharp.Diagram.Elements

特定の市場イベントの通知要素(音、ウィンドウなど)。

継承元: DiagramElement

コンストラクター

AlertDiagramElement
public AlertDiagramElement()
alertDiagramElement = AlertDiagramElement()

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

プロパティ

Caption
public string Caption { get; set; }
value = alertDiagramElement.Caption
alertDiagramElement.Caption = value

信号ヘッダー。

IconName
public override string IconName { get; }
value = alertDiagramElement.IconName

リソース名をアイコン化します。

TelegramChannel
public ITelegramChannel TelegramChannel { get; set; }
value = alertDiagramElement.TelegramChannel
alertDiagramElement.TelegramChannel = value

テレグラムのチャネル。

Type
public AlertNotifications Type { get; set; }
value = alertDiagramElement.Type
alertDiagramElement.Type = value

アラートタイプ。

TypeId
public override Guid TypeId { get; }
value = alertDiagramElement.TypeId

id をタイプして下さい。

メソッド

OnStart
protected override void OnStart(DateTime time)
alertDiagramElement.OnStart(time)

メソッドは、図要素アルゴリズムの先頭で呼び出されます。