Table of Contents

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

string

Name

Name.

public override string Name { get; }

Property Value

string

Methods

Generate(Strategy, string, CancellationToken)

To generate the report.

public override ValueTask Generate(Strategy strategy, string fileName, CancellationToken cancellationToken)

Parameters

strategy Strategy

Strategy.

fileName string

The name of the file, in which the report is generated.

cancellationToken CancellationToken

CancellationToken.

Returns

ValueTask