ComparisonDiagramElement
StockSharp.Diagram.Elements
Two values comparison element.
継承元: DiagramElement
コンストラクター
ComparisonDiagramElement()
Initializes a new instance of the ComparisonDiagramElement.
プロパティ
LeftValue : DiagramSocket
Left operand.
Operator : ComparisonOperator?
Operator.
RightValue : DiagramSocket
Right operand.
メソッド
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.