Class SecurityGrid
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The table showing financial instruments (Security).
public class SecurityGrid : BaseGridControl, IPersistable, IComponentConnector
- Inheritance
-
SecurityGrid
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
SecurityGrid()
Initializes a new instance of the SecurityGrid.
public SecurityGrid()
Properties
ExtendedInfoStorage
Extended info storage.
public IExtendedInfoStorageItem ExtendedInfoStorage { get; set; }
Property Value
MarketDataProvider
The market data provider.
public IMarketDataProvider MarketDataProvider { get; set; }
Property Value
PriceChartDataProvider
Price chart data provider.
public IPriceChartDataProvider PriceChartDataProvider { get; set; }
Property Value
Securities
All available instruments.
public IListEx<Security> Securities { get; }
Property Value
- IListEx<Security>
SelectedSecurities
Selected instruments.
public IList<Security> SelectedSecurities { get; }
Property Value
SelectedSecurity
The selected instrument.
public Security SelectedSecurity { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
ProcessLevel1(IDictionary<Security, Level1ChangeMessage>)
Directly update last values.
public void ProcessLevel1(IDictionary<Security, Level1ChangeMessage> changes)
Parameters
changes
IDictionary<Security, Level1ChangeMessage>Changes.