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.