BuySellPanelView
StockSharp.Xaml.Windows.Maui
Panel de comercio rápido de compra / venta.
Hereda de: ContentView
Constructores
BuySellPanelView
public BuySellPanelView()
buySellPanelView = BuySellPanelView()
Crea un nuevo BuySellPanelView.
Propiedades
Portfolio
public Portfolio Portfolio { get; set; }
value = buySellPanelView.Portfolio
buySellPanelView.Portfolio = value
Obtiene o establece la cartera seleccionada.
Portfolios
public IEnumerable<Portfolio> Portfolios { get; set; }
value = buySellPanelView.Portfolios
buySellPanelView.Portfolios = value
Obtiene o establece la fuente de carteras.
Securities
public IEnumerable<Security> Securities { get; set; }
value = buySellPanelView.Securities
buySellPanelView.Securities = value
Obtiene o establece la fuente de los instrumentos financieros.
Security
public Security Security { get; set; }
value = buySellPanelView.Security
buySellPanelView.Security = value
Obtiene o establece el instrumento financiero seleccionado.
ViewModel
public BuySellPanelViewModel ViewModel { get; }
value = buySellPanelView.ViewModel
Consigue el ViewModel@.
Volume
public decimal Volume { get; set; }
value = buySellPanelView.Volume
buySellPanelView.Volume = value
Obtiene o establece el volumen.
Métodos
ResetMarketData
public void ResetMarketData()
buySellPanelView.ResetMarketData()
Reinicie los datos del mercado.
UpdateMarketData
public void UpdateMarketData(Level1ChangeMessage message)
buySellPanelView.UpdateMarketData(message)
Actualiza los datos del mercado.
Eventos
CloseRequested
public event EventHandler CloseRequested
buySellPanelView.CloseRequested += handler
Criado cuando el panel debe cerrarse.
OrderRegistering
public event EventHandler<OrderRequest> OrderRegistering
buySellPanelView.OrderRegistering += handler
Criado cuando se debe registrar un pedido.
PortfolioChanged
public event EventHandler<ValueTuple<Portfolio, Portfolio>> PortfolioChanged
buySellPanelView.PortfolioChanged += handler
Criado cuando cambia la cartera.
SecurityChanged
public event EventHandler<ValueTuple<Security, Security>> SecurityChanged
buySellPanelView.SecurityChanged += handler
Criado cuando el instrumento financiero cambia.