Class MarketDataPanel
Inheritance
MarketDataPanel
Implements
Ecng.Serialization.IPersistable
Assembly: StockSharp.Studio.Controls.dll
Syntax
[DisplayNameLoc("MarketData")]
[DescriptionLoc("MarketData", false)]
public class MarketDataPanel : BaseStudioControl, IStudioControl, IPersistable, IDisposable, INotifyPropertyChanged, IStudioCommandScope, IComponentConnector
Constructors
MarketDataPanel()
Declaration
Fields
CancelCommand
Declaration
public static RoutedCommand CancelCommand
Field Value
DeleteSecurityCommand
Declaration
public static RoutedCommand DeleteSecurityCommand
Field Value
DownloadCommand
Declaration
public static RoutedCommand DownloadCommand
Field Value
EditSecurityCommand
Declaration
public static RoutedCommand EditSecurityCommand
Field Value
SelectSecurityCommand
Declaration
public static RoutedCommand SelectSecurityCommand
Field Value
UnselectSecurityCommand
Declaration
public static RoutedCommand UnselectSecurityCommand
Field Value
Properties
AutoSearchSecurities
Declaration
public bool AutoSearchSecurities { get; set; }
Property Value
SelectedDrive
Declaration
public IMarketDataDrive SelectedDrive { get; set; }
Property Value
Declaration
public StorageFormats StorageFormat { get; set; }
Property Value
Methods
CanClose(CloseReason)
Declaration
public override CloseAction CanClose(CloseReason reason)
Parameters
Returns
Overrides
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
SelectSecurities(Security[])
Declaration
public void SelectSecurities(Security[] securities)
Parameters
Type |
Name |
Description |
Security[] |
securities |
|
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