OrderPage

StockSharp.Xaml.Windows.Maui

Page for creating/editing orders.

Inherits: ContentPage

Constructors

OrderPage()

Creates a new OrderPage.

OrderPage(Order)

Creates an OrderPage with an existing order for editing.

Properties

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.

Methods

UpdateMarketData(Level1ChangeMessage)

Updates market data.

Events

OrderSending : EventHandler<Order>

Raised when an order is being sent.