ExchangesPanel

StockSharp.Xaml

Editor of exchange boards.

Inherits: UserControl

Implements: IComponentConnector

Constructors

ExchangesPanel()

Initializes a new instance of the ExchangesPanel.

Properties

Exchanges : ObservableCollection<Exchange>

List of exchanges.

SelectedExchangeName : string

The name of the selected exchange.

Methods

InitializeComponent()

InitializeComponent

SetExchange(string)

To set edited exchange.

exchangeName
The code of edited exchange. The exchange for editing is loaded from IExchangeInfoProvider.

Events

SelectedExchangeChanged : Action

The selected exchange change event.