Jib.jl
Jib.jl copied to clipboard
Decimal vs floating point data type for sizes
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 limits the precision to ~16 decimal digits.