Table of Contents

Class ConnectorWindow

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The window for new connections creating IMessageAdapter.

public class ConnectorWindow : ThemedWindow, IPersistable, IComponentConnector
Inheritance
ConnectorWindow
Implements
IPersistable
Extension Methods

Constructors

ConnectorWindow()

Initializes a new instance of the ConnectorWindow.

public ConnectorWindow()

Fields

EnableCommand

RoutedCommand to enable connection.

public static readonly RoutedCommand EnableCommand

Field Value

RoutedCommand

IsAdvancedModeProperty

public static readonly DependencyProperty IsAdvancedModeProperty

Field Value

DependencyProperty

RemoveCommand

RoutedCommand for the connection removal.

public static readonly RoutedCommand RemoveCommand

Field Value

RoutedCommand

SelectedAdapterProperty

public static readonly DependencyProperty SelectedAdapterProperty

Field Value

DependencyProperty

Properties

Adapter

Adapter aggregator.

public BasketMessageAdapter Adapter { get; set; }

Property Value

BasketMessageAdapter

AutoConnect

Auto connect.

public bool AutoConnect { get; set; }

Property Value

bool

ConnectorsInfo

Visual description of available connections.

public IList<ConnectorInfo> ConnectorsInfo { get; }

Property Value

IList<ConnectorInfo>

IsAdvancedMode

Advanced mode.

public bool IsAdvancedMode { get; set; }

Property Value

bool

SelectedAdapter

Selected adapter.

public IMessageAdapter SelectedAdapter { get; set; }

Property Value

IMessageAdapter

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.