ICandleBuilder

StockSharp.Algo.Candles.Compression

The candles builder interface.

Implements: IDisposable

Properties

CandleType
public Type CandleType { get; }
value = iCandleBuilder.CandleType

The candle type.

Methods

Process
public IEnumerable<CandleMessage> Process(ICandleBuilderSubscription subscription, ICandleBuilderValueTransform transform)
result = iCandleBuilder.Process(subscription, transform)

To process the new data.

subscription
Subscription.
transform
The data source transformation.

Returns: A new candles changes.