发布

  • 9354 151901bbd1

    Fix regression *.{lang}.details.logs (#4753)

    frostbyte_neo 发布于 2020-09-23 19:35:12 +00:00 | 2793 次提交 在此版本后已推送到 master

    • Fix regression *.{lang}.details.logs

    Regression tests produce syslogs and a details.logs file. The details log file
    provides a mechanism for logging data that passes through the result handler,
    such as order event data. A change in the initialization ordeer of components in
    the engine cause the algorithm id to not be set yet. The base result handler's
    AlgorithmId property is populated via the job and is available, so we use that
    instance.

    • Update RegressionResultHandler.cs

    Co-authored-by: Martin-Molinero martin@quantconnect.com

    下载附件