Class JsonReportGenerator
- Namespace
- StockSharp.Algo.Strategies.Reporting
- Assembly
- StockSharp.Algo.dll
The report generator for the strategy in the json format.
public class JsonReportGenerator : BaseReportGenerator, IReportGenerator
- Inheritance
-
JsonReportGenerator
- Implements
- Inherited Members
- Extension Methods
Constructors
JsonReportGenerator()
public JsonReportGenerator()
Properties
Extension
Extension without leading dot char.
public override string Extension { get; }
Property Value
Name
Name.
public override string Name { get; }
Property Value
Methods
Generate(Strategy, string, CancellationToken)
To generate the report.
public override ValueTask Generate(Strategy strategy, string fileName, CancellationToken cancellationToken)
Parameters
strategy
StrategyfileName
stringThe name of the file, in which the report is generated.
cancellationToken
CancellationToken