SubscriptionInfo
StockSharp.Algo.ConnectorSubscriptionManager
Subscription state holder.
Construtores
SubscriptionInfo(Subscription)
Initializes a new instance of the SubscriptionInfo.
- subscription
- Subscription.
Propriedades
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.
Retorna: Subscription message.
UpdateCandle(CandleMessage, ICandleMessage) : bool
Update the current candle state.
- message
- Candle message.
- candle
- Updated candle.
Retorna: if updated.