SecurityLookupPanel
StockSharp.Xaml
The instrument search panel.
Inherits: UserControl
Implements: IPersistable, IComponentConnector
Constructors
SecurityLookupPanel
public SecurityLookupPanel()
securityLookupPanel = SecurityLookupPanel()
Initializes a new instance of the SecurityLookupPanel.
Properties
Filter
private Security Filter { get; set; }
value = securityLookupPanel.Filter
securityLookupPanel.Filter = value
The filter for instrument search.
Methods
InitializeComponent
public void InitializeComponent()
securityLookupPanel.InitializeComponent()
InitializeComponent
Load
public void Load(SettingsStorage storage)
securityLookupPanel.Load(storage)
Load settings.
- storage
- Settings storage.
Save
public void Save(SettingsStorage storage)
securityLookupPanel.Save(storage)
Save settings.
- storage
- Settings storage.
Events
Lookup
public event Action<Security> Lookup
securityLookupPanel.Lookup += handler
The start of instrument search event.
Fields
SearchSecurityCommand
public static readonly RoutedCommand SearchSecurityCommand
value = SecurityLookupPanel.SearchSecurityCommand
RoutedCommand for Lookup.