MarketDataGrid

StockSharp.Xaml

利用可能な市場データのテーブル。

継承元: BaseGridControl

実装: IComponentConnector

コンストラクター

MarketDataGrid
public MarketDataGrid()
marketDataGrid = MarketDataGrid()

MarketDataGrid の新規インスタンスを初期化します。

メソッド

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

表をリフレッシュする。非同期に行われます。

storageRegistry
マーケットデータストレージ。
securityId
金融商品ID
format
データ形式。
drive
ストレージ。
CancelMakeEntires
public void CancelMakeEntires()
marketDataGrid.CancelMakeEntires()

運営開始の解除はIMarketDataDriveにて行います。

InitializeComponent
public void InitializeComponent()
marketDataGrid.InitializeComponent()

担当: 佐藤 宏

イベント

DataLoaded
public event Action DataLoaded
marketDataGrid.DataLoaded += handler

データ読み込み終了イベント。

DataLoading
public event Action DataLoading
marketDataGrid.DataLoading += handler

データ読み込み開始イベント。