Table of Contents

Class ContinuousSecurityWindow

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The window for creating or editing ContinuousSecurity.

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

Constructors

ContinuousSecurityWindow()

Initializes a new instance of the ContinuousSecurityWindow.

public ContinuousSecurityWindow()

Properties

ExchangeInfoProvider

The exchange info provider.

public IExchangeInfoProvider ExchangeInfoProvider { get; set; }

Property Value

IExchangeInfoProvider

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()