MarketDepthView

StockSharp.Xaml.Grids.Maui

Market depth (order book) view for mobile.

Наследует: ContentView

Конструкторы

MarketDepthView()

Creates a new MarketDepthView.

Свойства

MaxDepth : int

Gets or sets the maximum depth to display.

SecurityId : string

Gets or sets the security identifier.

ViewModel : MarketDepthViewModel

Gets the ViewModel.

Методы

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.

Поля

MaxDepthProperty : BindableProperty

Max depth bindable property.

SecurityIdProperty : BindableProperty

Security ID bindable property.