Table of Contents

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

public static readonly RoutedCommand SearchSecurityCommand

Field Value

RoutedCommand

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Events

Lookup

The start of instrument search event.

public event Action<Security> Lookup

Event Type

Action<Security>