XmlReportGenerator

StockSharp.Reporting

The report generator for the strategy in the xml format.

Inherits: BaseReportGenerator

Properties

Extension
public override string Extension { get; }
value = xmlReportGenerator.Extension

Extension without leading dot char.

Name
public override string Name { get; }
value = xmlReportGenerator.Name

Name.

Methods

OnGenerate
protected override ValueTask OnGenerate(IReportSource source, Stream stream, CancellationToken cancellationToken)
result = xmlReportGenerator.OnGenerate(source, stream, cancellationToken)

Generates the report content.

source
IReportSource.
stream
The stream to write the report to.
cancellationToken
CancellationToken.