Skip to content

[IB Feed] Subscription is not canceled on Bust error (err 10225) #15

@vladisld

Description

@vladisld

Community Forum Discussion:

Description

Up to the TWS API v972, IB realtimeBar subscriptions could stop working during the trading session and no error notification was sent to the application. This happens because of what's called 'busts' events.

Upon bust event the current data subscription should be first canceled, before issuing a new subscription request

The original 'fix' for handling bust events missed this part.

Erroneous behavior

Upon bust event the IB log will show that new subscription request was sent, however in some cases data subscription will not be renewed due to the race condition on IB server side.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions