JanBoonen / TwsApiCpp

Improved TWS API POSIX C++ library for the Interactive Brokers (IB) TWS (same project as TwsApiC++ in Yahoo TWSAPI).
106 stars 56 forks source link

EClient::checkMessage? #22

Closed tbrown122387 closed 1 year ago

tbrown122387 commented 1 year ago

The README.txt's "what makes the use of twsapic worthwhile" section reads:

The IB's implementation of EClient::checkMessage() call halts the programs until data is send to the client. TwsApiC++ overloads this method as a non-blocking call that waits for maximum 1 millisecond and which is safe to call in an endless loop without cpu usage penalty: when no data is received.

Is this still true in the TWS API? I can't find that method in the documentation for EClient.