MarketDepthView
StockSharp.Xaml.Grids.Maui
市场深度(订单本)视图为移动.
继承自: ContentView
构造函数
MarketDepthView
public MarketDepthView()
marketDepthView = MarketDepthView()
Creates a new 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
Gets the ViewModel.
方法
Update
public void Update(IEnumerable<QuoteChange> bids, IEnumerable<QuoteChange> asks, DateTime serverTime)
marketDepthView.Update(bids, asks, serverTime)
从引用更改中更新命令本。
字段
MaxDepthProperty
public static readonly BindableProperty MaxDepthProperty
value = MarketDepthView.MaxDepthProperty
最大深度可约束属性.
SecurityIdProperty
public static readonly BindableProperty SecurityIdProperty
value = MarketDepthView.SecurityIdProperty
金融工具识别可受约束的财产。