Skip to content

NoValidId - IBClient::ProcessMessage does not support undefined messages and shuts down #11

@eAndy

Description

@eAndy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions