Class ScalpingMarketDepthControl
Inheritance
ScalpingMarketDepthControl
Implements
Ecng.Serialization.IPersistable
Assembly: StockSharp.Studio.Controls.dll
Syntax
[DisplayNameLoc("MarketDepth")]
[DescriptionLoc("Str3272", false)]
public class ScalpingMarketDepthControl : BaseStudioControl, IStudioControl, IPersistable, IDisposable, INotifyPropertyChanged, IStudioCommandScope, IComponentConnector
Constructors
ScalpingMarketDepthControl()
Declaration
public ScalpingMarketDepthControl()
Properties
Settings
Declaration
public BuySellSettings Settings { get; }
Property Value
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
InitializeComponent()
Declaration
public void InitializeComponent()
Load(SettingsStorage)
Declaration
public override void Load(SettingsStorage settings)
Parameters
Type |
Name |
Description |
Ecng.Serialization.SettingsStorage |
settings |
|
Overrides
Save(SettingsStorage)
Declaration
public override void Save(SettingsStorage settings)
Parameters
Type |
Name |
Description |
Ecng.Serialization.SettingsStorage |
settings |
|
Overrides
SendCommand(IStudioCommand)
Declaration
public override void SendCommand(IStudioCommand command)
Parameters
Overrides
Explicit Interface Implementations
IStudioCommandScope.RouteToGlobalScope
Declaration
bool IStudioCommandScope.RouteToGlobalScope { get; }
Returns
IStudioCommandScope.UseParentScope
Declaration
bool IStudioCommandScope.UseParentScope { get; }
Returns
Implements
Ecng.Serialization.IPersistable
Extension Methods