Class SecurityMessageAdaptersWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The window for creation and editing of securities and adapters mapping.
public class SecurityMessageAdaptersWindow : ThemedWindow, IPersistable, IComponentConnector
- Inheritance
-
SecurityMessageAdaptersWindow
- Implements
-
IPersistable
- Extension Methods
Constructors
SecurityMessageAdaptersWindow()
Initializes a new instance of the SecurityMessageAdaptersWindow.
public SecurityMessageAdaptersWindow()
Fields
AddCommand
RoutedCommand to add mapping.
public static readonly RoutedCommand AddCommand
Field Value
RemoveCommand
RoutedCommand to remove mapping.
public static readonly RoutedCommand RemoveCommand
Field Value
SecurityProviderProperty
public static readonly DependencyProperty SecurityProviderProperty
Field Value
Properties
AdapterProvider
The message adapter's provider.
public IMessageAdapterProvider AdapterProvider { get; set; }
Property Value
SecurityAdapterProvider
The security based message adapter's provider.
public ISecurityMessageAdapterProvider SecurityAdapterProvider { get; set; }
Property Value
SecurityProvider
The provider of information about instruments.
public ISecurityProvider SecurityProvider { 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.