-
Notifications
You must be signed in to change notification settings - Fork 7
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBPriceBar failed to decode double #6
Comments
will investigate
|
I did run exactly the code you've suggested. with the result as shown below:
|
With the most recent update I included this request into playgrounds market data page. Does it produce the same error? |
yup, I use IB Gateway 10.19 from here |
I managed to reproduce the error earlier, but after using IBPriceBarHistoryUpdate instead of IBPriceBarUpdate for decoding, it seemed to vanish... gateway 10.25 and the result:
|
This issue still persist for the given use case. when using |
I've tried to subscribe to ETH, using below method and utilising raw initialiser for your enums from values
marketData("ETH", interval: 5, secType: "CRYPTO", exchange: "PAXOS")
IBPriceBar
fails to decode doubleThe text was updated successfully, but these errors were encountered: