ISubscription

StockSharp.Messages

Describes a subscription associated with a particular message-listener session.

属性

Id : long

Unique subscription/request identifier.

Responses : IEnumerable<MessageTypes>

The set of message types that are expected/produced as responses for this subscription.

Session : T

The session in which the subscription was created.

State : SubscriptionStates

Current subscription state.

Suspend : bool

Indicates whether data delivery for the subscription is temporarily paused.