ICandleBuilder
StockSharp.Algo.Candles.Compression
The candles builder interface.
Implementa: IDisposable
Propriedades
CandleType : Type
The candle type.
Métodos
Process(ICandleBuilderSubscription, ICandleBuilderValueTransform) : IEnumerable<CandleMessage>
To process the new data.
- subscription
- Subscription.
- transform
- The data source transformation.
Retorna: A new candles changes.