BuySellPanelView
StockSharp.Xaml.Windows.Maui
Quick buy/sell trading panel.
Inherits: ContentView
Constructors
BuySellPanelView()
Creates a new BuySellPanelView.
Properties
Portfolios : IEnumerable<Portfolio>
Gets or sets the portfolios source.
Securities : IEnumerable<Security>
Gets or sets the securities source.
ViewModel : BuySellPanelViewModel
Gets the ViewModel.
Methods
ResetMarketData()
Resets market data.
UpdateMarketData(Level1ChangeMessage)
Updates market data.
Events
CloseRequested : EventHandler
Raised when the panel should be closed.
OrderRegistering : EventHandler<OrderRequest>
Raised when an order should be registered.
PortfolioChanged : EventHandler<ValueTuple<Portfolio, Portfolio>>
Raised when portfolio changes.
SecurityChanged : EventHandler<ValueTuple<Security, Security>>
Raised when security changes.