Table of Contents

Class MarketDataGrid

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The table of available market data.

public class MarketDataGrid : BaseGridControl, IPersistable, IComponentConnector
Inheritance
MarketDataGrid
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

MarketDataGrid()

Initializes a new instance of the MarketDataGrid.

public MarketDataGrid()

Methods

BeginMakeEntries(IStorageRegistry, SecurityId?, StorageFormats, IMarketDataDrive)

To refresh the table. It is carried out asynchronously.

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

Parameters

storageRegistry IStorageRegistry

Market-data storage.

securityId SecurityId?

Security ID.

format StorageFormats

Data format.

drive IMarketDataDrive

Storage.

CancelMakeEntires()

public void CancelMakeEntires()

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

DataLoaded

The data loading end event.

public event Action DataLoaded

Event Type

Action

DataLoading

The data loading start event.

public event Action DataLoading

Event Type

Action