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.