gehtsoft / forex-connect

For
http://www.fxcodebase.com/wiki/index.php/Category:ForexConnect
48 stars 48 forks source link

Bug: TableListener - on_changed callback for Ticks #20

Open JamesKBowler opened 5 years ago

JamesKBowler commented 5 years ago

Hi, I think the TableListener C code has a timestamp bug, because the timestamp for each update is not set to milliseconds, only showing the seconds.

For example I currently get the following timestamps. 2019-06-24 19:13:43 2019-06-24 19:13:43 2019-06-24 19:13:43 2019-06-24 19:13:43 2019-06-24 19:13:43

Should be something like this. 2019-06-24 19:13:43.022 2019-06-24 19:13:43.053 2019-06-24 19:13:43.068 2019-06-24 19:13:43.070

This is a fairly critical bug because there is no way to eliminate 'out of order' ticks/updates, would appreciate if someone could look into it ASAP.

Cheers

James

JamesKBowler commented 5 years ago

anymore information required for this?

Sdoof commented 4 years ago

Hi James. I have the exact same issue. How did you get around fixing it? I have tried Real login credentials to see if that would fix it as mentioned in some blogs but no luck on that front