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
SubscriptionId
Subscription id.
long SubscriptionId { get; set; }
Property Value
SubscriptionIds
Identifiers.
long[] SubscriptionIds { get; set; }
Property Value
- long[]