gofinance / ib

Pure Go interface to Interactive Brokers IB API
386 stars 120 forks source link

Fixed sending StartAPI request after server handshake #9

Closed dsouzae closed 9 years ago

dsouzae commented 9 years ago

The client handshake did not follow the Java reference implementation. The StartAPI request was sent before reading the server handshake.

uwe commented 9 years ago

Thanks a lot. I can confirm that this works now.