ExchangeBoardsPanelView

StockSharp.Xaml.Panels.Maui

Vista del panel para mostrar y gestionar las juntas de intercambio.

Hereda de: BasePanelView

Constructores

ExchangeBoardsPanelView
public ExchangeBoardsPanelView()
exchangeBoardsPanelView = ExchangeBoardsPanelView()

Crea una nueva instancia.

Propiedades

Boards
public IList<ExchangeBoardItem> Boards { get; }
value = exchangeBoardsPanelView.Boards

Consigue la colección de tableros.

SelectedBoardCode
public string SelectedBoardCode { get; set; }
value = exchangeBoardsPanelView.SelectedBoardCode
exchangeBoardsPanelView.SelectedBoardCode = value

Obtiene o establece el código de la junta seleccionada.

ViewModel
public ExchangeBoardsPanelViewModel ViewModel { get; }
value = exchangeBoardsPanelView.ViewModel

Consigue el ViewModel@.

Métodos

SetBoard
public void SetBoard(string boardCode)
exchangeBoardsPanelView.SetBoard(boardCode)

Establece la tabla por código.

Eventos

BoardSaved
public event EventHandler<ExchangeBoardItem> BoardSaved
exchangeBoardsPanelView.BoardSaved += handler

Evento levantado cuando la junta es salvada.