Class ChartPanelOrderSettings
Настройки регистрации заявок.
Implements
Ecng.Serialization.IPersistable
Namespace: StockSharp.Xaml.Charting
Assembly: StockSharp.Xaml.Charting.dll
Syntax
public class ChartPanelOrderSettings : NotifiableObject, IPersistable
Constructors
ChartPanelOrderSettings()
Declaration
public ChartPanelOrderSettings()
Properties
Portfolio
Портфель.
Declaration
public Portfolio Portfolio { get; set; }
Property Value
Type | Description |
---|---|
Portfolio |
Security
Инструмент.
Declaration
public Security Security { get; set; }
Property Value
Type | Description |
---|---|
Security |
Volume
Number of contracts in the order.
Declaration
public Decimal Volume { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
Methods
Load(SettingsStorage)
Загрузить настройки.
Declaration
public void Load(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Save(SettingsStorage)
Сохранить настройки.
Declaration
public void Save(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Implements
Ecng.Serialization.IPersistable