SubscriptionInfo

StockSharp.Algo.ConnectorSubscriptionManager

Subscription state holder.

コンストラクター

SubscriptionInfo(Subscription)

Initializes a new instance of the SubscriptionInfo.

subscription
Subscription.

プロパティ

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.

メソッド

CreateSubscriptionContinue() : ISubscriptionMessage

Create a subscription request that continues from the last time.

戻り値: Subscription message.

ToString() : string

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

戻り値: Строковое представление.

UpdateCandle(CandleMessage, ICandleMessage) : bool

Update the current candle state.

message
Candle message.
candle
Updated candle.

戻り値: if updated.

UpdateLastTime(DateTime) : bool

Update last processed time.

time
New time.

戻り値: if updated.