ExchangesPanel

StockSharp.Xaml

Editor of exchange boards.

继承自: UserControl

实现: IComponentConnector

构造函数

ExchangesPanel()

Initializes a new instance of the ExchangesPanel.

属性

Exchanges : ObservableCollection<Exchange>

List of exchanges.

SelectedExchangeName : string

The name of the selected exchange.

方法

InitializeComponent()

InitializeComponent

SetExchange(string)

To set edited exchange.

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

事件

SelectedExchangeChanged : Action

The selected exchange change event.