PreviousValueDiagramElement
StockSharp.Diagram.Elements
Previous value receiving element.
继承自: TypedDiagramElement<PreviousValueDiagramElement>
构造函数
PreviousValueDiagramElement()
Initializes a new instance of the PreviousValueDiagramElement.
属性
IsFinishedOnly : bool
Send only finished values.
方法
OnPrepare()
To prepare for starting the diagram element algorithm.
OnProcess(DiagramSocketValue)
The method is called at the processing of the new incoming value.
- value
- The processed value.
OnReseted()
It is called from the Reset method.
TypeChanged()
The method is called when the data type is changed.