MarketDepthView

StockSharp.Xaml.Grids.Maui

モバイル向けマーケットデプス(オーダーブック)ビュー

継承元: ContentView

コンストラクター

MarketDepthView
public MarketDepthView()
marketDepthView = MarketDepthView()

新規MarketDepthView を作成します。

プロパティ

MaxDepth
public int MaxDepth { get; set; }
value = marketDepthView.MaxDepth
marketDepthView.MaxDepth = value

ディスプレイに最大深さを付与またはセットします。

SecurityId
public string SecurityId { get; set; }
value = marketDepthView.SecurityId
marketDepthView.SecurityId = value

金融商品識別子を取得またはセットします。

ViewModel
public MarketDepthViewModel ViewModel { get; }
value = marketDepthView.ViewModel

担当: 佐藤 浩

メソッド

Clear
public void Clear()
marketDepthView.Clear()

注文書をクリアします。

Update
public void Update(IEnumerable<QuoteChange> bids, IEnumerable<QuoteChange> asks, DateTime serverTime)
marketDepthView.Update(bids, asks, serverTime)

注文書を引用変更から更新します。

Update
public void Update(QuoteChangeMessage message)
marketDepthView.Update(message)

引用変更メッセージから更新します。

フィールド

MaxDepthProperty
public static readonly BindableProperty MaxDepthProperty
value = MarketDepthView.MaxDepthProperty

最大の深さのbindable プロパティ。

SecurityIdProperty
public static readonly BindableProperty SecurityIdProperty
value = MarketDepthView.SecurityIdProperty

金融商品ID bindable プロパティ.