LogicalConditionDiagramElement
StockSharp.Diagram.Elements
Logical condition element.
继承自: DiagramElement
构造函数
LogicalConditionDiagramElement()
Initializes a new instance of the LogicalConditionDiagramElement.
属性
Operator : Condition?
Operator.
WaitAllInput : bool
Wait all parameters before invoke method.
方法
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.