Table of Contents

Class SecuritiesWindowEx

Namespace
StockSharp.Studio.Controls
Assembly
StockSharp.Studio.Controls.dll
public class SecuritiesWindowEx : ThemedWindow, ISecuritiesSelectWindow, IComponentConnector
Inheritance
SecuritiesWindowEx
Implements
Extension Methods

Constructors

SecuritiesWindowEx()

public SecuritiesWindowEx()

Fields

SelectSecurityCommand

public static RoutedCommand SelectSecurityCommand

Field Value

RoutedCommand

UnselectSecurityCommand

public static RoutedCommand UnselectSecurityCommand

Field Value

RoutedCommand

Properties

AllowDuplicates

public bool AllowDuplicates { get; set; }

Property Value

bool

IsLookup

public bool IsLookup { get; set; }

Property Value

bool

SecurityProvider

The provider of information about instruments.

public ISecurityProvider SecurityProvider { get; set; }

Property Value

ISecurityProvider

SelectedSecurities

Selected securities.

public IEnumerable<Security> SelectedSecurities { get; set; }

Property Value

IEnumerable<Security>

Methods

InitializeComponent()

public void InitializeComponent()

OnClosed(EventArgs)

protected override void OnClosed(EventArgs e)

Parameters

e EventArgs