QuantConnect / Documentation

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

Name of file to be created is wrong #1607

Closed Anamaraf closed 7 months ago

Anamaraf commented 8 months ago

https://github.com/QuantConnect/Documentation/blame/84b5dd30a30a6e23d89f1c2ac6d1ce42bfa4b567/06%20LEAN%20Engine/02%20Contributions/02%20Brokerages/02%20Laying%20the%20Foundation/03%20Lay%20the%20Foundation.html#L16

The name of the file to be created must be BrokerageModel.cs instead of .cs.

The actual text of the line is: In the Lean / Common / Brokerages folder, create a .cs file with a stub implementation that inherits from the DefaultBrokerageModel.

AlexCatarino commented 7 months ago

Thank you, @Anamaraf. Fixed by: https://github.com/QuantConnect/Documentation/commit/ddfc0b3f5e3ca14b835002980fc1b0aa66762011