Table of Contents

Class BaseSubscriptionStudioControl

Namespace
StockSharp.Studio.Controls
Assembly
StockSharp.Studio.Controls.dll
public abstract class BaseSubscriptionStudioControl : BaseStudioControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IStudioControl, IPersistable, IDisposable, INotifyPropertyChanged
Inheritance
BaseSubscriptionStudioControl
Implements
IPersistable
Derived
Inherited Members
Extension Methods

Constructors

BaseSubscriptionStudioControl()

protected BaseSubscriptionStudioControl()

Properties

DataType

protected abstract DataType DataType { get; }

Property Value

DataType

Securities

protected Security[] Securities { get; }

Property Value

Security[]

Methods

AddSecurities(IEnumerable<Security>, IEnumerable<Security>)

protected void AddSecurities(IEnumerable<Security> newSecurities, IEnumerable<Security> existing)

Parameters

newSecurities IEnumerable<Security>
existing IEnumerable<Security>

Dispose(CloseReason)

public override void Dispose(CloseReason reason)

Parameters

reason CloseReason

FilterConfig()

protected void FilterConfig()

LoadSubscriptions(SettingsStorage)

protected void LoadSubscriptions(SettingsStorage storage)

Parameters

storage SettingsStorage

SaveSubscriptions(SettingsStorage)

protected void SaveSubscriptions(SettingsStorage storage)

Parameters

storage SettingsStorage