MathDiagramElement
StockSharp.Diagram.Elements
Formula with two arguments element.
继承自: DiagramElement
构造函数
MathDiagramElement()
Initializes a new instance of the MathDiagramElement.
属性
Expression : string
Expression.
Validation : string
Validation.
方法
OnPrepare()
To prepare for starting the diagram element algorithm.
OnProcess(DateTime, IDictionary<DiagramSocket, DiagramSocketValue>, DiagramSocketValue)
The method is called at the processing of the new incoming values.
- time
- Time.
- values
- Values.
- source
- Source value.
OnReseted()
It is called from the Reset method.