ConnectorWindow

StockSharp.Xaml

The window for new connections creating IMessageAdapter.

继承自: ThemedWindow

实现: IPersistable, IComponentConnector

构造函数

ConnectorWindow()

Initializes a new instance of the ConnectorWindow.

属性

Adapter : BasketMessageAdapter

Adapter aggregator.

AutoConnect : bool

Auto connect.

ConnectorsInfo : IList<ConnectorInfo>

Visual description of available connections.

SelectedAdapter : IMessageAdapter

Selected adapter.

方法

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.

字段

EnableCommand : RoutedCommand

RoutedCommand to enable connection.

RemoveCommand : RoutedCommand

RoutedCommand for the connection removal.

SelectedAdapterProperty : DependencyProperty

DependencyProperty for SelectedAdapter.