MarketDataGrid
StockSharp.Xaml
利用可能な市場データのテーブル。
継承元: BaseGridControl
コンストラクター
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にて行います。