PositionDiagramElement
StockSharp.Diagram.Elements
特定组合(金融工具和货币)的定位要素。
继承自: DiagramElement
构造函数
PositionDiagramElement
public PositionDiagramElement()
positionDiagramElement = PositionDiagramElement()
初始化了 & ##PositionDiagramElement+#的新实例.
属性
IsMoney
public bool IsMoney { get; set; }
value = positionDiagramElement.IsMoney
positionDiagramElement.IsMoney = value
钱位置.
ShowPosition
public bool ShowPosition { get; set; }
value = positionDiagramElement.ShowPosition
positionDiagramElement.ShowPosition = value
显示位置套接字 。
方法
Flush
public override void Flush(DateTime time)
positionDiagramElement.Flush(time)
平滑非触发( root) 元素 。
Load
public override void Load(SettingsStorage storage)
positionDiagramElement.Load(storage)
装入设置 。
- storage
- 设置存储 。
OnStart
protected override void OnStart(DateTime time)
positionDiagramElement.OnStart(time)
该方法在图元素算法的起步时被叫作.