Class BuySellPanel
Implements
Ecng.Serialization.IPersistable
Assembly: StockSharp.Studio.Controls.dll
Syntax
public class BuySellPanel : BaseStudioControl, IStudioControl, IPersistable, IDisposable, INotifyPropertyChanged, IComponentConnector
Constructors
BuySellPanel()
Declaration
Properties
Host
Declaration
public IStudioControl Host { get; set; }
Property Value
Settings
Declaration
public BuySellSettings Settings { get; }
Property Value
Methods
InitializeComponent()
Declaration
public void InitializeComponent()
Load(SettingsStorage)
Declaration
public override void Load(SettingsStorage storage)
Parameters
Type |
Name |
Description |
Ecng.Serialization.SettingsStorage |
storage |
|
Overrides
Save(SettingsStorage)
Declaration
public override void Save(SettingsStorage storage)
Parameters
Type |
Name |
Description |
Ecng.Serialization.SettingsStorage |
storage |
|
Overrides
Implements
Ecng.Serialization.IPersistable
Extension Methods