MarketDepthView
StockSharp.Xaml.Grids.Maui
Vista de profundidad de mercado (libros de pedidos) para móvil.
Hereda de: ContentView
Constructores
MarketDepthView
public MarketDepthView()
marketDepthView = MarketDepthView()
Crea un nuevo MarketDepthView@.
Propiedades
MaxDepth
public int MaxDepth { get; set; }
value = marketDepthView.MaxDepth
marketDepthView.MaxDepth = value
Obtiene o establece la profundidad máxima para mostrar.
SecurityId
public string SecurityId { get; set; }
value = marketDepthView.SecurityId
marketDepthView.SecurityId = value
Obtiene o establece el identificador de instrumentos financieros.
ViewModel
public MarketDepthViewModel ViewModel { get; }
value = marketDepthView.ViewModel
Consigue el ViewModel@.
Métodos
Update
public void Update(IEnumerable<QuoteChange> bids, IEnumerable<QuoteChange> asks, DateTime serverTime)
marketDepthView.Update(bids, asks, serverTime)
Actualiza el libro de pedidos de cambios de cotización.
Update
public void Update(QuoteChangeMessage message)
marketDepthView.Update(message)
Actualizaciones de un mensaje de cambio de presupuesto.
Campos
MaxDepthProperty
public static readonly BindableProperty MaxDepthProperty
value = MarketDepthView.MaxDepthProperty
Propiedad bindable de profundidad máxima.
SecurityIdProperty
public static readonly BindableProperty SecurityIdProperty
value = MarketDepthView.SecurityIdProperty
propiedad de identificación de instrumentos financieros.