SubscriptionInfo
StockSharp.Algo.ConnectorSubscriptionManager
Subscription state holder.
Конструкторы
SubscriptionInfo(Subscription)
Initializes a new instance of the SubscriptionInfo.
- subscription
- Subscription.
Свойства
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.
UpdateCandle(CandleMessage, ICandleMessage) : bool
Update the current candle state.
- message
- Candle message.
- candle
- Updated candle.
Возвращает: if updated.