Table of Contents

Class SecurityMappingPanel

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The panel for creation and editing of symbols mapping.

public class SecurityMappingPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, IComponentConnector
Inheritance
SecurityMappingPanel
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

SecurityMappingPanel()

Initializes a new instance of the SecurityMappingPanel.

public SecurityMappingPanel()

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

SaveTextProperty

public static readonly DependencyProperty SaveTextProperty

Field Value

DependencyProperty

Properties

ConnectorsInfo

Visual description of available connections.

public IList<ConnectorInfo> ConnectorsInfo { get; }

Property Value

IList<ConnectorInfo>

SaveText

Text for Save button.

public string SaveText { get; set; }

Property Value

string

Storage

Security identifier mappings storage.

public ISecurityMappingStorage Storage { get; set; }

Property Value

ISecurityMappingStorage

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.

Events

Saving

Save button clicked.

public event Action Saving

Event Type

Action