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

型号编号.

方法

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

该方法在图元素算法的起步时被叫作.