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
IsAdvancedModeProperty
public static readonly DependencyProperty IsAdvancedModeProperty
Field Value
RemoveCommand
RoutedCommand for the connection removal.
public static readonly RoutedCommand RemoveCommand
Field Value
SelectedAdapterProperty
public static readonly DependencyProperty SelectedAdapterProperty
Field Value
Properties
Adapter
Adapter aggregator.
public BasketMessageAdapter Adapter { get; set; }
Property Value
AutoConnect
Auto connect.
public bool AutoConnect { get; set; }
Property Value
ConnectorsInfo
Visual description of available connections.
public IList<ConnectorInfo> ConnectorsInfo { get; }
Property Value
IsAdvancedMode
Advanced mode.
public bool IsAdvancedMode { get; set; }
Property Value
SelectedAdapter
Selected adapter.
public IMessageAdapter SelectedAdapter { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.