wboayue / rust-ibapi

An implementation of the Interactive Brokers API for Rust
MIT License
38 stars 17 forks source link

Don't panic on unsupported messages. #108

Closed wboayue closed 12 months ago

wboayue commented 12 months ago

Log error instead of panicking when determining the request id index of a message. Logs can be used to later add support for said message.