You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i pull Historical data after 8 am EST, i can get till EOD yesterday. If i pull it before 8 AM EST, i get data ie 2 days old. Can anyone duplicate it.
The text was updated successfully, but these errors were encountered:
Actually IB is sending the data in localtime and not in GMT. The code has a bug as it assumes GMT
fixed my copy locally but did not know how to checkin and so cut and pasted my patch here, Hopfully someone can update the repository,
#region Process Message
/// <summary>Overridden in subclass.</summary>
private bool ProcessMsg(IncomingMessage msgId)
When i pull Historical data after 8 am EST, i can get till EOD yesterday. If i pull it before 8 AM EST, i get data ie 2 days old. Can anyone duplicate it.
The text was updated successfully, but these errors were encountered: