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
IStorageRegistryMarket-data storage.
securityId
SecurityId?Security ID.
format
StorageFormatsData format.
drive
IMarketDataDriveStorage.
CancelMakeEntires()
To cancel the operation launched by BeginMakeEntries(IStorageRegistry, SecurityId?, StorageFormats, IMarketDataDrive).
public void CancelMakeEntires()
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
DataLoaded
The data loading end event.
public event Action DataLoaded
Event Type
DataLoading
The data loading start event.
public event Action DataLoading