Table of Contents

Class CsvReportGenerator

Namespace
StockSharp.Algo.Strategies.Reporting
Assembly
StockSharp.Algo.dll

The generator of report on equity in the csv format.

public class CsvReportGenerator : BaseReportGenerator, IReportGenerator
Inheritance
CsvReportGenerator
Implements
Inherited Members
Extension Methods

Constructors

CsvReportGenerator()

public CsvReportGenerator()

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