ContinuousSecurityWindow
StockSharp.Xaml
The window for creating or editing ContinuousSecurity.
Inherits: ThemedWindow
Implements: ISecurityWindow, IComponentConnector
Constructors
ContinuousSecurityWindow
public ContinuousSecurityWindow()
continuousSecurityWindow = ContinuousSecurityWindow()
Initializes a new instance of the ContinuousSecurityWindow.
Properties
ExchangeInfoProvider
public IExchangeInfoProvider ExchangeInfoProvider { get; set; }
value = continuousSecurityWindow.ExchangeInfoProvider
continuousSecurityWindow.ExchangeInfoProvider = value
The exchange info provider.
Security
public Security Security { get; set; }
value = continuousSecurityWindow.Security
continuousSecurityWindow.Security = value
Security.
SecurityStorage
public ISecurityStorage SecurityStorage { get; set; }
value = continuousSecurityWindow.SecurityStorage
continuousSecurityWindow.SecurityStorage = value
Securities meta info storage.
ValidateId
public Func<string, string> ValidateId { get; set; }
value = continuousSecurityWindow.ValidateId
continuousSecurityWindow.ValidateId = value
The handler checking the entered identifier availability for Security.
Methods
InitializeComponent
public void InitializeComponent()
continuousSecurityWindow.InitializeComponent()
InitializeComponent