Table of Contents

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

RoutedCommand

RemoveCommand

RoutedCommand to remove mapping.

public static readonly RoutedCommand RemoveCommand

Field Value

RoutedCommand

SecurityProviderProperty

public static readonly DependencyProperty SecurityProviderProperty

Field Value

DependencyProperty

Properties

AdapterProvider

The message adapter's provider.

public IMessageAdapterProvider AdapterProvider { get; set; }

Property Value

IMessageAdapterProvider

SecurityAdapterProvider

The security based message adapter's provider.

public ISecurityMessageAdapterProvider SecurityAdapterProvider { get; set; }

Property Value

ISecurityMessageAdapterProvider

SecurityProvider

The provider of information about instruments.

public ISecurityProvider SecurityProvider { get; set; }

Property Value

ISecurityProvider

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.