Table of Contents

Class MarketDataPanel

Namespace
StockSharp.Studio.Controls
Assembly
StockSharp.Studio.Controls.dll
[Guid("B5CA7FCD-601E-41C8-8C94-4F57855F64E0")]
public class MarketDataPanel : BaseStudioControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IStudioControl, IPersistable, IDisposable, INotifyPropertyChanged, IStudioCommandScope, IComponentConnector
Inheritance
MarketDataPanel
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

MarketDataPanel()

public MarketDataPanel()

Fields

CancelCommand

public static RoutedCommand CancelCommand

Field Value

RoutedCommand

DeleteSecurityCommand

public static RoutedCommand DeleteSecurityCommand

Field Value

RoutedCommand

DownloadCommand

public static RoutedCommand DownloadCommand

Field Value

RoutedCommand

EditSecurityCommand

public static RoutedCommand EditSecurityCommand

Field Value

RoutedCommand

SelectSecurityCommand

public static RoutedCommand SelectSecurityCommand

Field Value

RoutedCommand

UnselectSecurityCommand

public static RoutedCommand UnselectSecurityCommand

Field Value

RoutedCommand

Properties

AutoSearchSecurities

public bool AutoSearchSecurities { get; set; }

Property Value

bool

SelectedDrive

public IMarketDataDrive SelectedDrive { get; set; }

Property Value

IMarketDataDrive

StorageFormat

public StorageFormats StorageFormat { get; set; }

Property Value

StorageFormats

Methods

CanClose(CloseReason)

public override CloseAction CanClose(CloseReason reason)

Parameters

reason CloseReason

Returns

CloseAction

InitializeComponent()

public void InitializeComponent()

Load(SettingsStorage)

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Save(SettingsStorage)

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

SelectSecurities(Security[])

public void SelectSecurities(Security[] securities)

Parameters

securities Security[]