BaseReportGenerator

StockSharp.Reporting

The base report generator for strategies.

Implementiert: IReportGenerator

Konstruktoren

BaseReportGenerator()

Initialize BaseReportGenerator.

Eigenschaften

Encoding : Encoding

Text encoding.

Extension : string

Extension without leading dot char.

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.

Name : string

Name.

Methoden

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.