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
Security
Security.
public Security Security { get; set; }
Property Value
SecurityStorage
Securities meta info storage.
public ISecurityStorage SecurityStorage { get; set; }
Property Value
ValidateId
The handler checking the entered identifier availability for Security.
public Func<string, string> ValidateId { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()