OrderPage

StockSharp.Xaml.Windows.Maui

Page for creating/editing orders.

Наследует: ContentPage

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

OrderPage()

Creates a new OrderPage.

OrderPage(Order)

Creates an OrderPage with an existing order for editing.

Свойства

Order : Order

Gets or sets the created order.

Portfolio : Portfolio

Gets or sets the selected portfolio.

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.

Security : Security

Gets or sets the selected security.

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.