MarketDataGrid

StockSharp.Xaml

The table of available market data.

Inherits: BaseGridControl

Implements: IComponentConnector

Constructors

MarketDataGrid
public MarketDataGrid()
marketDataGrid = MarketDataGrid()

Initializes a new instance of the MarketDataGrid.

Methods

BeginMakeEntries
public void BeginMakeEntries(IStorageRegistry storageRegistry, SecurityId? securityId, StorageFormats format, IMarketDataDrive drive)
marketDataGrid.BeginMakeEntries(storageRegistry, securityId, format, drive)

To refresh the table. It is carried out asynchronously.

storageRegistry
Market-data storage.
securityId
Security ID.
format
Data format.
drive
Storage.
CancelMakeEntires
public void CancelMakeEntires()
marketDataGrid.CancelMakeEntires()

To cancel the operation launched by IMarketDataDrive).

InitializeComponent
public void InitializeComponent()
marketDataGrid.InitializeComponent()

InitializeComponent

Events

DataLoaded
public event Action DataLoaded
marketDataGrid.DataLoaded += handler

The data loading end event.

DataLoading
public event Action DataLoading
marketDataGrid.DataLoading += handler

The data loading start event.