MarketDepthView
StockSharp.Xaml.Grids.Maui
Markttiefe (Orderbuch) Ansicht für mobile.
Erbt von: ContentView
Konstruktoren
MarketDepthView
public MarketDepthView()
marketDepthView = MarketDepthView()
Erstellt ein neues MarketDepthView.
Eigenschaften
MaxDepth
public int MaxDepth { get; set; }
value = marketDepthView.MaxDepth
marketDepthView.MaxDepth = value
Bekommt oder legt die maximale Tiefe zur Anzeige fest.
SecurityId
public string SecurityId { get; set; }
value = marketDepthView.SecurityId
marketDepthView.SecurityId = value
Bekommt oder setzt die Finanzinstrumentkennung.
ViewModel
public MarketDepthViewModel ViewModel { get; }
value = marketDepthView.ViewModel
Bekommt die ViewModel.
Methoden
Update
public void Update(IEnumerable<QuoteChange> bids, IEnumerable<QuoteChange> asks, DateTime serverTime)
marketDepthView.Update(bids, asks, serverTime)
Aktualisiert das Auftragsbuch von den Angebotsänderungen.
Update
public void Update(QuoteChangeMessage message)
marketDepthView.Update(message)
Updates aus einer Zitatänderungsnachricht.
Felder
MaxDepthProperty
public static readonly BindableProperty MaxDepthProperty
value = MarketDepthView.MaxDepthProperty
Max-Tiefe-bindbare Eigenschaft.
SecurityIdProperty
public static readonly BindableProperty SecurityIdProperty
value = MarketDepthView.SecurityIdProperty
Kennung des Finanzinstruments, das als verbindliche Eigenschaft gilt.