- Notifications
You must be signed in to change notification settings - Fork750
QuantConnect Update#1385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
Uh oh!
There was an error while loading.Please reload this page.
Closed
QuantConnect Update#1385
Changes from1 commit
Commits
Show all changes
34 commits Select commitHold shift + click to select a range
062a0bc
Reflect PR #1 Support for Decimal
C-SELLERS5ed5a96
Reflect PR#8 MISSING CONVERTER.CS L516-528 Changes
C-SELLERS9b5445e
Reflect PR #14
C-SELLERS709643a
Reflect PR #15
C-SELLERSa481700
Reflect PR #19
C-SELLERSde0328c
Reflect PR #25
C-SELLERS481f4d0
Reflect PR #34
C-SELLERS863530d
Reflect PR #35
C-SELLERS5839d21
Implement List Conversion, Reflect PR #37 Tests
C-SELLERSc362816
Reflect PR #38 Partial: Assembly Manager Improvements
C-SELLERScde9b51
Reflect PR #38
C-SELLERS101624e
Reflect PR #42 KeyValuePairEnumerableObject
C-SELLERS56a4bcf
Reflect PR #10 Runtime DecimalType
C-SELLERS508db2e
Add TimeDelta and DateTime tests
C-SELLERSebbafad
Fix DecimalConversion test for float conversion
C-SELLERS53375ce
Converter mod tweaks
C-SELLERSc8fdbcb
Adjust a few broken PyTests
C-SELLERSaf30873
Use _pydecimal to not interfere with Lean/decimal.py
C-SELLERSbf1755d
Add MethodBinder tests
C-SELLERS58d5df0
MethodBinder implicit resolution
Martin-Molinero0c94228
Fix bad cherry pick
C-SELLERS44e089a
Refactoring precedence resolution
Martin-Molinero108eacf
Deal with operator binding
C-SELLERS6379568
Fix `TestNoOverloadException` unit test
C-SELLERS9f2796a
Fix for DomainReload tests
C-SELLERSb0aca5c
Add InEquality Operator Test
C-SELLERS0f5f0ba
Dont PyObjects precedence in Operator methods
C-SELLERSed6ab18
Revert "Merge pull request #1240 from danabr/auto-cast-ret-val-to-int…
C-SELLERSd87584b
Fix Primitive Conversion to Int
C-SELLERSf59335f
Post rebase fix
C-SELLERSbd94e49
Add PrimitiveIntConversion test
C-SELLERScd06d10
Add test for interface derived classes
C-SELLERSaeb20c0
Add to Authors.md
C-SELLERSae34f30
Load in current directory into Python Path
C-SELLERSFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Reflect PR#38
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitcde9b51cf51e108760e155630865bacb44b952dc
There are no files selected for viewing
5 changes: 2 additions & 3 deletionssrc/runtime/classmanager.cs
This file contains hidden or 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
118 changes: 67 additions & 51 deletionssrc/runtime/genericutil.cs
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.