undefined

EReaderSignal Interface Reference

Notifies the thread reading information from the TWS whenever there are messages ready to be consumed. Not currently used in Python API.

Public Member Functions
void issueSignal ()
Issues a signal to the consuming thread when there are things to be consumed.
void waitForSignal ()
Makes the consuming thread waiting until a signal is issued.

Detailed Description

Notifies the thread reading information from the TWS whenever there are messages ready to be consumed. Not currently used in Python API.