ComparisonDiagramElement

StockSharp.Diagram.Elements

Two values comparison element.

Erbt von: DiagramElement

Konstruktoren

ComparisonDiagramElement()

Initializes a new instance of the ComparisonDiagramElement.

Eigenschaften

IconName : string

Icon resource name.

LeftValue : DiagramSocket

Left operand.

Operator : ComparisonOperator?

Operator.

RightValue : DiagramSocket

Right operand.

TypeId : Guid

Type id.

Methoden

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.