QuantConnect / Documentation

QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
171 stars 135 forks source link

Fix Camel Case names and other fixes #1741

Closed Marinovsky closed 5 months ago

Marinovsky commented 5 months ago

Description

The API has been standardized to return property names in camel case, except for the keys in Backtest.statistics and Backtest.runtimeStatistics. Thus, these changes document that standardization. Besides, some properties are deprecated so they are being removed. Finally, there were some missing properties that are being added in this PR.

Related Issue

N/A

Motivation and Context

With these changes, the docs will match the API responses

Types of changes

Checklist: