generated from QuantConnect/Lean.Brokerages.Template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LEAN Exits Gracefully If The Algorithm Adds Invalid Symbol (#13)
* LEAN Exits Gracefully If The Algorithm Adds Invalid Symbol If the algorithm adds an invalid symbol, e.g. GPBEUR, an exception is raised. However, LEAN doesn't exit because the operation is not done in the main thread, but stops getting data if there are valid symbols. We added a brokerage error message to exit LEAN. * Fixes Existing Unit Test API change from QuantConnect/Lean#7493
- Loading branch information
1 parent
2c22c61
commit 14ea8aa
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters