-
Notifications
You must be signed in to change notification settings - Fork 134
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
What exactly does the server version mean? #155
Comments
I think it is API version. |
A year later, I still get I see a [lot of |
There is 76, because nobody implemented the v100plus handshake. If you tell IB servers any higher version than 76, they will expect the handshake. |
.on('server', version => console.log(version))
always shows76
, whether I connect to Gateway 972, or to TWB 979.What does the server version field mean?
The text was updated successfully, but these errors were encountered: