I tried writing some simple code to retrieve the options chain for an underlying. As it stands in git, ib-csharp pulls the first option and shuts down.
While IncomingMessage.cs has an "undefined" message, the IBClient::ProcessMessage method doesn't handle it and the default: does a shutdown.
Add an entry in the switch statement to ignore undefined messages (return true;) and it should work properly.
I tried writing some simple code to retrieve the options chain for an underlying. As it stands in git, ib-csharp pulls the first option and shuts down.
While IncomingMessage.cs has an "undefined" message, the IBClient::ProcessMessage method doesn't handle it and the default: does a shutdown.
Add an entry in the switch statement to ignore undefined messages (return true;) and it should work properly.