Robi,
1) Thanks, great. So it's safe to wait for the event.
2) On getting the event I will check IsHistoryReady as you suggested by your code changes.
Will I then be 100% safe to see all bars I requested, or do I have to count the bars and probably do some busy wait loops and try again if there are bars missing ?
If the latter is true, how can I make a difference between:
a) There are more bars to be received and I should wait
b) The eSignal server does not have more bars to send. So it would not make sense to wait any longer.
Regards
1) Thanks, great. So it's safe to wait for the event.
2) On getting the event I will check IsHistoryReady as you suggested by your code changes.
Will I then be 100% safe to see all bars I requested, or do I have to count the bars and probably do some busy wait loops and try again if there are bars missing ?
If the latter is true, how can I make a difference between:
a) There are more bars to be received and I should wait
b) The eSignal server does not have more bars to send. So it would not make sense to wait any longer.
Regards
Comment