Commit Graph

6 Commits

Author SHA1 Message Date
Martin Molinero 19701461cc Fix live data delay
- C# `Timer` can sometimes be triggered before the expected due time.
Implementing `RealTimeScheduleEventService` that will guarantee a
scheduled event due time is respected and the event never happens before
time.
2019-06-13 17:52:29 -03:00
Stefano Raggi 30c2b45a49 Post-review updates
- Made event invocators private
- Set timer period to Timeout.InfiniteTimeSpan
2019-04-29 15:26:50 +02:00
Stefano Raggi 7d730f8db7 Improve timing of data available events for LiveSynchronizer 2019-04-29 15:26:50 +02:00
Stefano Raggi 8d43ef5b6a Reduce CPU usage in live synchronizer 2019-04-29 15:16:21 +02:00
quant1729 d2aad44272 Updated code as per PR discussion 2017-01-06 22:46:42 +08:00
quant1729 1305d96edd Open interest support: backtesting, converters, live data handlers (IQFeed/IB), live trading (IB). First cut. Regression Test. 2016-11-15 21:33:33 +01:00