Table of Contents

Class SecurityPickerWindow

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The instrument selection window.

public class SecurityPickerWindow : ThemedWindow, IComponentConnector
Inheritance
SecurityPickerWindow
Implements
Extension Methods

Constructors

SecurityPickerWindow()

Initializes a new instance of the SecurityPicker.

public SecurityPickerWindow()

Properties

ExcludeSecurities

Instruments that should be hidden.

public ISet<Security> ExcludeSecurities { get; }

Property Value

ISet<Security>

ExtendedInfoStorage

Extended info storage.

public IExtendedInfoStorageItem ExtendedInfoStorage { get; set; }

Property Value

IExtendedInfoStorageItem

MarketDataProvider

The market data provider.

public IMarketDataProvider MarketDataProvider { get; set; }

Property Value

IMarketDataProvider

SecurityProvider

The provider of information about instruments.

public ISecurityProvider SecurityProvider { get; set; }

Property Value

ISecurityProvider

SelectedSecurities

Selected instruments.

public IList<Security> SelectedSecurities { get; }

Property Value

IList<Security>

SelectedSecurity

The selected instrument.

public Security SelectedSecurity { get; set; }

Property Value

Security

SelectionMode

The list items selection mode. The default is DevExpress.Xpf.Grid.MultiSelectMode.Row.

public MultiSelectMode SelectionMode { get; set; }

Property Value

MultiSelectMode

ShowOk

To show the OK button. By default, the button is shown.

public bool ShowOk { get; set; }

Property Value

bool

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()