Class SecurityCreateWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The window for creating and editing Security.
public class SecurityCreateWindow : ThemedWindow, ISecurityWindow, IComponentConnector
- Inheritance
-
SecurityCreateWindow
- Implements
- Extension Methods
Constructors
SecurityCreateWindow()
Initializes a new instance of the SecurityCreateWindow.
public SecurityCreateWindow()
Properties
Securities
Securities to edit
public IEnumerable<Security> Securities { get; set; }
Property Value
Security
Security to edit.
public Security Security { get; set; }
Property Value
SecurityStorage
Securities meta info storage.
public ISecurityStorage SecurityStorage { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()