Class SecurityLookupPanel
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The instrument search panel.
public class SecurityLookupPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, IComponentConnector
- Inheritance
-
SecurityLookupPanel
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
SecurityLookupPanel()
Initializes a new instance of the SecurityLookupPanel.
public SecurityLookupPanel()
Fields
SearchSecurityCommand
RoutedCommand for Lookup.
public static readonly RoutedCommand SearchSecurityCommand
Field Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Events
Lookup
The start of instrument search event.
public event Action<Security> Lookup