Table of Contents

Class XmlReportGenerator

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

The report generator for the strategy in the xml format.

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

Constructors

XmlReportGenerator()

public XmlReportGenerator()

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