JsonReportGenerator
StockSharp.Reporting
The report generator for the strategy in the json format.
Inherits: BaseReportGenerator
Properties
Extension
public override string Extension { get; }
value = jsonReportGenerator.Extension
Extension without leading dot char.
Methods
OnGenerate
protected override ValueTask OnGenerate(IReportSource source, Stream stream, CancellationToken cancellationToken)
result = jsonReportGenerator.OnGenerate(source, stream, cancellationToken)
Generates the report content.
- source
- IReportSource.
- stream
- The stream to write the report to.
- cancellationToken
- CancellationToken.