wboayue / rust-ibapi

An implementation of the Interactive Brokers API for Rust
MIT License
45 stars 21 forks source link

tick.time do not include microseconds #103

Closed Pl0414141 closed 1 year ago

Pl0414141 commented 1 year ago

Getting tick.time value from client.tick_by_tick_bid_ask we can receive the following data:

2023-08-04 19:20:58.0 +00:00:00

However, do not include miliseconds/microseconds, any workaround to get this data from IB server?

wboayue commented 1 year ago

TWS gateway is returning seconds since Jan 1970.