Subscription start and end methods for the API.
reqNewsBulletins(twsconn, allMsgs=TRUE)cancelNewsBulletins(twsconn)
Called for its side-effects.
A twsConnection object
Should all existing bulletins be returned (TRUE), or just new ones?
Jeffrey A. Ryan
Calling reqNewsBulletins will start a subscription via the API. This will continue and incoming messages will be handled by eWrapper ‘updateNewBulletin’ method. Bulletins are cancelled by calling the cancel version.