Skip to content
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

Decoding error on OPEN_ORDER #226

Open
neilwongtinpo opened this issue Nov 6, 2024 · 2 comments
Open

Decoding error on OPEN_ORDER #226

neilwongtinpo opened this issue Nov 6, 2024 · 2 comments

Comments

@neilwongtinpo
Copy link

I got below errors:

Decoding error on OPEN_ORDER: unprocessed data left on queue (["",null]). Please report to https://github.com/stoqey/ib (505) [-1]

@rylorin
Copy link
Member

rylorin commented Nov 10, 2024

Hello,
Thanks for reporting.
This error shown up when my TWS got auto updated, then disappeared and doesn't show anymore. I guess this was an IB issue.
Could you confirm that we can close this issue?
Thanks

@LimePixel
Copy link

I was getting this too and fixed it with below as orderCancel can be null:

      tokens.push(orderCancel?.extOperator);
      tokens.push(orderCancel?.manualOrderIndicator);

tokens.push(orderCancel.extOperator);

tokens.push(orderCancel.manualOrderIndicator);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants