Table of Contents

Interface ISubscriptionIdMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

The interface describing an message with SubscriptionId property.

public interface ISubscriptionIdMessage : IOriginalTransactionIdMessage
Inherited Members
Extension Methods

Properties

DataType

Data type info.

DataType DataType { get; }

Property Value

DataType

SubscriptionId

Subscription id.

long SubscriptionId { get; set; }

Property Value

long

SubscriptionIds

Identifiers.

long[] SubscriptionIds { get; set; }

Property Value

long[]