Closed GoogleCodeExporter closed 9 years ago
This problem is caused by a bug which slipped into release 6.08 and persisted
through
release 6.11. Specifically, the "market depth reset" messages from IB were
missed
because of the faulty logic in Trader.java that ignores duplicate messages. The
"market depth reset" messages were actually not duplicate because they
contained the
ID for the instrument. This affected all instruments, and not just FX. It also
happened during the depth resets which occurred during the trading day, and not
just
during the midnight server resets.
This is fixed in release 7.01. Javier, please retest when this release becomes
avaialable.
Original comment by eugene.k...@gmail.com
on 13 Jul 2009 at 8:01
I verified this problem in release 7.01 and the bug seems fixed. Everything was
OK
after IB servers restart at midnight EST, live quotations don't get frozen as in
previous releases.
Now eventlog file reports market depth reset message per each individual
strategy
running with an unique ID.
Good job Eugene!
Original comment by javier...@gmail.com
on 17 Jul 2009 at 9:02
Original issue reported on code.google.com by
eugene.k...@gmail.com
on 13 Jul 2009 at 4:57