ICandleBuilder
StockSharp.Algo.Candles.Compression
The candles builder interface.
Implements: IDisposable
Properties
CandleType : Type
The candle type.
Methods
Process(ICandleBuilderSubscription, ICandleBuilderValueTransform) : IEnumerable<CandleMessage>
To process the new data.
- subscription
- Subscription.
- transform
- The data source transformation.
Returns: A new candles changes.