SubscriptionInfo

StockSharp.Algo.ConnectorSubscriptionManager

Subscription state holder.

Konstruktoren

SubscriptionInfo(Subscription)

Initializes a new instance of the SubscriptionInfo.

subscription
Subscription.

Eigenschaften

HasResult : bool

Indicates that lookup response has been received.

IsUnsubscribing : bool

Indicates that an unsubscribe request has been sent but response not yet received.

LookupItems : List<object>

Collected lookup items.

Subscription : Subscription

Subscription instance.

Methoden

CreateSubscriptionContinue() : ISubscriptionMessage

Create a subscription request that continues from the last time.

Rückgabe: Subscription message.

ToString() : string

Преобразовать к строковому представлению.

Rückgabe: Строковое представление.

UpdateCandle(CandleMessage, ICandleMessage) : bool

Update the current candle state.

message
Candle message.
candle
Updated candle.

Rückgabe: if updated.

UpdateLastTime(DateTime) : bool

Update last processed time.

time
New time.

Rückgabe: if updated.