SubscriptionInfo

StockSharp.Algo.ConnectorSubscriptionManager

Subscription state holder.

Constructores

SubscriptionInfo(Subscription)

Initializes a new instance of the SubscriptionInfo.

subscription
Subscription.

Propiedades

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.

Métodos

CreateSubscriptionContinue() : ISubscriptionMessage

Create a subscription request that continues from the last time.

Devuelve: Subscription message.

ToString() : string

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

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

UpdateCandle(CandleMessage, ICandleMessage) : bool

Update the current candle state.

message
Candle message.
candle
Updated candle.

Devuelve: if updated.

UpdateLastTime(DateTime) : bool

Update last processed time.

time
New time.

Devuelve: if updated.