PositionDiagramElement

StockSharp.Diagram.Elements

特定组合(金融工具和货币)的定位要素。

继承自: DiagramElement

构造函数

PositionDiagramElement
public PositionDiagramElement()
positionDiagramElement = PositionDiagramElement()

初始化了 & ##PositionDiagramElement+#的新实例.

属性

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

图标资源名 。

IsMoney
public bool IsMoney { get; set; }
value = positionDiagramElement.IsMoney
positionDiagramElement.IsMoney = value

钱位置.

ShowPosition
public bool ShowPosition { get; set; }
value = positionDiagramElement.ShowPosition
positionDiagramElement.ShowPosition = value

显示位置套接字 。

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

型号编号.

方法

Flush
public override void Flush(DateTime time)
positionDiagramElement.Flush(time)

平滑非触发( root) 元素 。

Load
public override void Load(SettingsStorage storage)
positionDiagramElement.Load(storage)

装入设置 。

storage
设置存储 。
OnReseted
protected override void OnReseted()
positionDiagramElement.OnReseted()

是从重置方法调用的。

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

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

OnStop
protected override void OnStop()
positionDiagramElement.OnStop()

这种方法在图元素算法的站点被称作.