PreviousValueDiagramElement

StockSharp.Diagram.Elements

Previous value receiving element.

Hereda de: TypedDiagramElement<PreviousValueDiagramElement>

Constructores

PreviousValueDiagramElement()

Initializes a new instance of the PreviousValueDiagramElement.

Propiedades

IconName : string

Icon resource name.

IsFinishedOnly : bool

Send only finished values.

Shift : int

Shift.

TypeId : Guid

Type id.

Métodos

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.