Class SecurityIndexDiagramElement
Security index based on ExpressionIndexSecurity diagram element.
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged
Inherited Members
Namespace: StockSharp.Xaml.Diagram.Elements
Assembly: StockSharp.Xaml.Diagram.dll
Syntax
[CategoryLoc("Str3049")]
[DescriptionLoc("Str728", false)]
[DisplayNameLoc("Index")]
public class SecurityIndexDiagramElement : DiagramElement, IPersistable, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged
Constructors
SecurityIndexDiagramElement()
Initializes a new instance of the SecurityIndexDiagramElement.
Declaration
public SecurityIndexDiagramElement()
Properties
CalculateExtended
Calculate extended information.
Declaration
public bool CalculateExtended { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
IconName
Icon resource name.
Declaration
public override string IconName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
IgnoreErrors
Ignore calculation errors.
Declaration
public bool IgnoreErrors { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Index
Index.
Declaration
public string Index { get; set; }
Property Value
Type | Description |
---|---|
String |
TypeId
The unique identifier of the diagram element type.
Declaration
public override Guid TypeId { get; }
Property Value
Type | Description |
---|---|
Guid |
Overrides
Methods
OnStart()
The method is called at the start of the diagram element algorithm.
Declaration
protected override void OnStart()
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged