Class SubscriptionDiagramElement
Элемент диаграммы, которые поддерживает подписку на маркет данные.
Inheritance
SubscriptionDiagramElement
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged
Inherited Members
Namespace: StockSharp.Xaml.Diagram.Elements
Assembly: StockSharp.Xaml.Diagram.dll
Syntax
public abstract class SubscriptionDiagramElement : DiagramElement, IPersistable, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged
Constructors
SubscriptionDiagramElement()
Создать SubscriptionDiagramElement.
Declaration
protected SubscriptionDiagramElement()
Properties
IsManuallySubscription
Market order type.
Declaration
public bool IsManuallySubscription { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Security
Инструмент стакана.
Declaration
public Security Security { get; }
Property Value
Type | Description |
---|---|
Security |
Methods
Load(SettingsStorage)
Загрузить настройки.
Declaration
public override void Load(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Overrides
OnCreateSubscription()
Метод, вызываемый при подписке на маркет данные.
Declaration
protected abstract Subscription OnCreateSubscription()
Returns
Type | Description |
---|---|
Subscription | Подписка. |
OnStop()
Метод вызывается при остановке алгоритма элемента схемы.
Declaration
protected override void OnStop()
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged