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.