MarketDepthView

StockSharp.Xaml.Grids.Maui

Market depth (order book) view for mobile.

Inherits: ContentView

Constructors

MarketDepthView()

Creates a new MarketDepthView.

Properties

MaxDepth : int

Gets or sets the maximum depth to display.

SecurityId : string

Gets or sets the security identifier.

ViewModel : MarketDepthViewModel

Gets the ViewModel.

Methods

Clear()

Clears the order book.

Update(IEnumerable<QuoteChange>, IEnumerable<QuoteChange>, DateTime)

Updates the order book from quote changes.

Update(QuoteChangeMessage)

Updates from a quote change message.

Fields

MaxDepthProperty : BindableProperty

Max depth bindable property.

SecurityIdProperty : BindableProperty

Security ID bindable property.