Replies: 1 comment 3 replies
-
For system messages not tied to a specific request, these are currently sent to the log file. To capture these messages, ensure that a logging system is initialized. If you are using env_logger::init(); Then, set the That said, it may be worth considering an enhancement to allow users to register a callback on the Client for handling system messages directly. |
Beta Was this translation helpful? Give feedback.
-
Many thanks for sharing your code. I am a rust and python newbie, having implemented some working TWSAPI python for receiving tick data for SPX and SPY. Many of the examples I tried just end with no meaningful messages. The eclient connection should receive all messages from TWS. I would be very grateful if you could share how the EWrapper interface is implemented in rust-ibapi?
Beta Was this translation helpful? Give feedback.
All reactions