Table of Contents

Class SecurityIndexDiagramElement

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

Security index based on ExpressionIndexSecurity diagram element.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Index", Description = "IndexSecurity", GroupName = "Sources")]
public class SecurityIndexDiagramElement : DiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
Inheritance
SecurityIndexDiagramElement
Implements
INotifyPropertiesChanged
IPersistable
Inherited Members
Extension Methods

Constructors

SecurityIndexDiagramElement()

Initializes a new instance of the SecurityIndexDiagramElement.

public SecurityIndexDiagramElement()

Properties

CalculateExtended

Calculate extended information.

public bool CalculateExtended { get; set; }

Property Value

bool

IconName

Icon resource name.

public override string IconName { get; }

Property Value

string

IgnoreErrors

Ignore calculation errors (like arithmetic overflows).

public bool IgnoreErrors { get; set; }

Property Value

bool

Index

Index.

public string Index { get; set; }

Property Value

string

TypeId

The unique identifier of the diagram element type.

public override Guid TypeId { get; }

Property Value

Guid

Methods

OnReseted()

The method is called at re-initialisation of the diagram element state.

protected override void OnReseted()

OnStart(DateTimeOffset)

The method is called at the start of the diagram element algorithm.

protected override void OnStart(DateTimeOffset time)

Parameters

time DateTimeOffset