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
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