ConnectorWindow

StockSharp.Xaml

The window for new connections creating IMessageAdapter.

Erbt von: ThemedWindow

Implementiert: IPersistable, IComponentConnector

Konstruktoren

ConnectorWindow()

Initializes a new instance of the ConnectorWindow.

Eigenschaften

Adapter : BasketMessageAdapter

Adapter aggregator.

AutoConnect : bool

Auto connect.

ConnectorsInfo : IList<ConnectorInfo>

Visual description of available connections.

SelectedAdapter : IMessageAdapter

Selected adapter.

Methoden

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.

Felder

EnableCommand : RoutedCommand

RoutedCommand to enable connection.

RemoveCommand : RoutedCommand

RoutedCommand for the connection removal.

SelectedAdapterProperty : DependencyProperty

DependencyProperty for SelectedAdapter.