Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update symbol-properties-database.csv (QuantConnect#7795)
* Update symbol-properties-database.csv Updating Symbol properties database to reflect kraken API information. #### Description Updated the market_ticker column of Symbol properties database to reflect information as per Kraken API. #### Related Issue Close QuantConnect#7794 #### Motivation and Context We updated symbol mapping for the Kraken market. #### Requires Documentation Change No #### How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> #### Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Refactor (non-breaking change which improves implementation) - [ ] Performance (non-breaking change which improves performance. Please add associated performance test and results) - [X] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Non-functional change (xml comments/documentation/etc) #### Checklist: <!--- The following is a checklist of items that MUST be completed before a PR is accepted --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [X] My code follows the code style of this project. - [X] I have read the **CONTRIBUTING** [document](https://github.com/QuantConnect/Lean/blob/master/CONTRIBUTING.md). - [X] I have added tests to cover my changes. <!--- If not applicable, please explain why --> - [X] All new and existing tests passed. - [X] My branch follows the naming convention `bug-<issue#>-<description>` or `feature-<issue#>-<description>` <!--- Template inspired by https://www.talater.com/open-source-templates/#/page/99 --> * Update symbol-properties-database.csv - Update as per peer review * Correction
- Loading branch information