SecurityPickerWindow

StockSharp.Xaml

The instrument selection window.

Inherits: ThemedWindow

Implements: IComponentConnector

Constructors

SecurityPickerWindow
public SecurityPickerWindow()
securityPickerWindow = SecurityPickerWindow()

Initializes a new instance of the SecurityPicker.

Properties

ExcludeSecurities
public ISet<Security> ExcludeSecurities { get; }
value = securityPickerWindow.ExcludeSecurities

Instruments that should be hidden.

ExtendedInfoStorage
public IExtendedInfoStorageItem ExtendedInfoStorage { get; set; }
value = securityPickerWindow.ExtendedInfoStorage
securityPickerWindow.ExtendedInfoStorage = value

Extended info storage.

MarketDataProvider
public IMarketDataProvider MarketDataProvider { get; set; }
value = securityPickerWindow.MarketDataProvider
securityPickerWindow.MarketDataProvider = value

The market data provider.

SecurityProvider
public ISecurityProvider SecurityProvider { get; set; }
value = securityPickerWindow.SecurityProvider
securityPickerWindow.SecurityProvider = value

The provider of information about instruments.

SelectedSecurities
public IList<Security> SelectedSecurities { get; }
value = securityPickerWindow.SelectedSecurities

Selected instruments.

SelectedSecurity
public Security SelectedSecurity { get; set; }
value = securityPickerWindow.SelectedSecurity
securityPickerWindow.SelectedSecurity = value

The selected instrument.

SelectionMode
public MultiSelectMode SelectionMode { get; set; }
value = securityPickerWindow.SelectionMode
securityPickerWindow.SelectionMode = value

The list items selection mode. The default is Row.

ShowOk
public bool ShowOk { get; set; }
value = securityPickerWindow.ShowOk
securityPickerWindow.ShowOk = value

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

Methods

InitializeComponent
public void InitializeComponent()
securityPickerWindow.InitializeComponent()

InitializeComponent