lbilli / Jib.jl

A Julia implementation of Interactive Brokers API
MIT License
62 stars 14 forks source link

Use DataFrame upon request #48

Closed oliviermilla closed 8 months ago

oliviermilla commented 8 months ago

Hello @lbilli,

I want to merge 4 commits:

I hope you'll merge this PR. As the author of https://github.com/oliviermilla/Lucky.jl , I would very much love to connect to IB through Jib.jl. This is preliminary work to avoid automatically load the DataFrames package.

Next step would be to release this as an official package in the general repository. The reason is that integration of Lucky and Jib needs to be done through extensions and for some reason, julia (1.10.1) still does not allow this easily when pulling the package from Github. If you're ok with this, I'd be happy to help you do that if needed.

Best!! 🚀

Olivier