BaseReportGenerator
StockSharp.Reporting
The base report generator for strategies.
Implements: IReportGenerator
Constructors
BaseReportGenerator()
Initialize BaseReportGenerator.
Properties
IncludeOrders : bool
To add orders to the report. Orders are added by default.
IncludePositions : bool
To add positions to the report. Positions are added by default.
IncludeTrades : bool
To add trades to the report. Trades are added by default.
Methods
Generate(IReportSource, Stream, CancellationToken) : ValueTask
To generate the report.
- source
- IReportSource.
- stream
- The stream to write the report to.
- cancellationToken
- CancellationToken.
OnGenerate(IReportSource, Stream, CancellationToken) : ValueTask
Generates the report content.
- source
- IReportSource.
- stream
- The stream to write the report to.
- cancellationToken
- CancellationToken.