Table of Contents

Class RiskPanel

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The panel for the list editing IRiskRule.

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

Constructors

RiskPanel()

Initializes a new instance of the RiskPanel.

public RiskPanel()

Properties

Rules

The list of rules added to the table.

public INotifyList<IRiskRule> Rules { get; set; }

Property Value

INotifyList<IRiskRule>

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

LayoutChanged

Layout changed event.

public event Action LayoutChanged

Event Type

Action