Jib.jl icon indicating copy to clipboard operation
Jib.jl copied to clipboard

A Julia implementation of Interactive Brokers API

Results 6 Jib.jl issues
Sort by recently updated
recently updated
newest added

hi, this looks like an excellent package, thanks for putting this together. for those of us who are new to Julia, from python, could you please illustrate an example of...

Allows a `Wrapper` to be splatted, so that only a small handful of new functions need be defined, enabling patterns like this: ```julia d, sw = simple_wrap() function tickByTickAllLast(a, b,...

As of API v163, official IB implementations (except C++, see InteractiveBrokers/tws-api#1061) started reporting market data sizes and volumes as decimals instead of integers. Here standard `Float64` are used instead, which...

Apparently on Windows `TCPSocket` status stays `StatusOpen` regardless whether there's data available to read. Compare to linux where it changes to `StatusPaused` when data is available. Therefore at the moment...

Hi - is it possible to have an example of how would I get past and future stock options prices ? Thank you.

Hello @lbilli, I wanted to reach out about collaboration. I'm spending a considerable amount of time maintaining https://github.com/oliviermilla/InteractiveBrokers.jl. Most of this time is spent retro-engineering your progress for integration. Would...