OrderPage
StockSharp.Xaml.Windows.Maui
Page for creating/editing orders.
Наследует: ContentPage
Конструкторы
OrderPage()
Creates a new OrderPage.
Свойства
PortfolioEnabled : bool
Gets or sets whether portfolio selection is enabled.
Portfolios : IEnumerable<Portfolio>
Gets or sets the portfolios source.
Securities : IEnumerable<Security>
Gets or sets the securities source.
SecurityEnabled : bool
Gets or sets whether security selection is enabled.
ViewModel : OrderViewModel
Gets the ViewModel.
Методы
UpdateMarketData(Level1ChangeMessage)
Updates market data.
События
OrderSending : EventHandler<Order>
Raised when an order is being sent.