Table of Contents

Class ChartPanelOrderSettings

Namespace
StockSharp.Xaml.Charting
Assembly
StockSharp.Xaml.Charting.dll

Chart order registering settings.

public class ChartPanelOrderSettings : NotifiableObject, IPersistable
Inheritance
ChartPanelOrderSettings
Implements
IPersistable
Extension Methods

Constructors

ChartPanelOrderSettings()

public ChartPanelOrderSettings()

Properties

Portfolio

The portfolio.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Portfolio", Description = "ChartPanelPortfolio", GroupName = "General", Order = 2)]
public Portfolio Portfolio { get; set; }

Property Value

Portfolio

Security

The security.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Security", Description = "ChartPanelSecurity", GroupName = "General", Order = 1)]
public Security Security { get; set; }

Property Value

Security

Volume

Number of contracts in the order.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Volume", Description = "OrderVolume", GroupName = "General", Order = 3)]
public decimal Volume { get; set; }

Property Value

decimal

Methods

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.