Table of Contents

Class BaseSubscriptionCommand

Namespace
StockSharp.Studio.Core.Commands
Assembly
StockSharp.Studio.Core.dll
public abstract class BaseSubscriptionCommand : BaseStudioCommand, IStudioCommand
Inheritance
BaseSubscriptionCommand
Implements
Derived
Inherited Members
Extension Methods

Constructors

BaseSubscriptionCommand(Subscription)

protected BaseSubscriptionCommand(Subscription subscription)

Parameters

subscription Subscription

Properties

IsPersistent

public override bool IsPersistent { get; }

Property Value

bool

Subscription

public Subscription Subscription { get; }

Property Value

Subscription