Table of Contents

Class FinalValueDiagramElement

Namespace
StockSharp.Diagram.Elements
Assembly
StockSharp.Diagram.Core.dll

The diagram element to send the final value (Finished or IsFinal).

[Display(ResourceType = typeof(LocalizedStrings), Name = "Final", Description = "SendOnlyFinal", GroupName = "Common")]
public class FinalValueDiagramElement : TypedDiagramElement<FinalValueDiagramElement>, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
Inheritance
FinalValueDiagramElement
Implements
INotifyPropertiesChanged
IPersistable
Inherited Members
Extension Methods

Constructors

FinalValueDiagramElement()

Initializes a new instance of the FinalValueDiagramElement.

public FinalValueDiagramElement()

Properties

IconName

Icon resource name.

public override string IconName { get; }

Property Value

string

TypeId

The unique identifier of the diagram element type.

public override Guid TypeId { get; }

Property Value

Guid

Methods

OnProcess(DiagramSocketValue)

The method is called at the processing of the new incoming value.

protected override void OnProcess(DiagramSocketValue value)

Parameters

value DiagramSocketValue

The processed value.

TypeChanged()

The method is called when the data type is changed.

protected override void TypeChanged()