Files
Martin Molinero a92bee5bf1 Fix OnEndOfDay not fired
- Adding `IRealTimeHandler.OnSecurityChanged()` will be used to update
the `OnEndOfDay` security related scheduled events
- Adding `BaseRealTimeHandler.cs` to reduce code duplication in the
`Backtesting` and `LiveTrading` `RealTimeHandlers`
- Adding CSharp and Python regression tests
- Deprecating `OnEndOfDay()` callback because of two reasons, mainly
because Python does not support two methods with the same name, but also
because different assets have different market close times.
- `ScheduledEvents` set at the same time will now be deterministic
2019-06-20 17:35:28 -03:00
..
2018-12-14 12:38:55 -03:00
2019-06-20 17:35:28 -03:00
2019-05-23 20:30:44 -03:00
2018-12-27 12:13:43 -03:00
2018-10-14 22:29:06 +02:00
2019-05-22 16:31:17 -03:00
2018-10-01 13:52:41 -03:00
2018-12-13 11:30:40 -03:00