Table of Contents

Class IndexSecurityWindow

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The window for editing ExpressionIndexSecurity.

public class IndexSecurityWindow : ThemedWindow, ISecurityWindow, IComponentConnector
Inheritance
IndexSecurityWindow
Implements
Extension Methods

Constructors

IndexSecurityWindow()

Initializes a new instance of the IndexSecurityWindow.

public IndexSecurityWindow()

Properties

Security

Security.

public Security Security { get; set; }

Property Value

Security

SecurityStorage

Securities meta info storage.

public ISecurityStorage SecurityStorage { get; set; }

Property Value

ISecurityStorage

ValidateId

The handler checking the entered identifier availability for Security.

public Func<string, string> ValidateId { get; set; }

Property Value

Func<string, string>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()