ICandleBuilder
StockSharp.Algo.Candles.Compression
The candles builder interface.
Реализует: IDisposable
Свойства
CandleType : Type
The candle type.
Методы
Process(ICandleBuilderSubscription, ICandleBuilderValueTransform) : IEnumerable<CandleMessage>
To process the new data.
- subscription
- Subscription.
- transform
- The data source transformation.
Возвращает: A new candles changes.