QuantConnect / pythonnet

Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
http://pythonnet.github.io
MIT License
28 stars 27 forks source link

Access to protected properties of dynamic objects #79

Closed jhonabreul closed 9 months ago

jhonabreul commented 9 months ago

Minor fix to allow accessing protected properties of dynamic objects.

Closes https://github.com/QuantConnect/Lean.DataSource.NasdaqDataLink/issues/12