MarketDepthView
StockSharp.Xaml.Grids.Maui
Просмотр глубины рынка (книги заказов) для мобильных устройств.
Наследует: ContentView
Конструкторы
MarketDepthView
public MarketDepthView()
marketDepthView = MarketDepthView()
Создает новый 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
Получает ViewModel.
Методы
Update
public void Update(IEnumerable<QuoteChange> bids, IEnumerable<QuoteChange> asks, DateTime serverTime)
marketDepthView.Update(bids, asks, serverTime)
Обновляет книгу заказов от изменений котировок.
Update
public void Update(QuoteChangeMessage message)
marketDepthView.Update(message)
Обновления из сообщения об изменении цитаты.
Поля
MaxDepthProperty
public static readonly BindableProperty MaxDepthProperty
value = MarketDepthView.MaxDepthProperty
Привязываемое свойство максимальной глубины.
SecurityIdProperty
public static readonly BindableProperty SecurityIdProperty
value = MarketDepthView.SecurityIdProperty
Идентификатор финансового инструмента, привязываемое свойство.