IReportGenerator

StockSharp.Reporting

The interface describe report generator for strategies.

Propriedades

Encoding : Encoding

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.

Métodos

Generate(IReportSource, Stream, CancellationToken) : ValueTask

To generate the report.

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