Files
Martin Molinero ec1d410907 Performance improvements
- `SecurityIdentifier` will calculate `StrikePrice` just once. Replacing
`!=` for a direct call to `Equals()` preventing unnecessary checks.
- Slightly improving Linq queries at `OptionFilterUniverse`
- Replace `OpenReader().CopyTo` for `Extract(stream)` avoids copying the
data twice.
- Replace `DateTime.Now` for `DateTime.UtcNow`
2019-06-10 22:40:19 -03:00
..
2019-06-10 22:40:19 -03:00
2019-06-07 16:02:53 -03:00
2018-12-27 17:41:47 -03:00
2019-06-07 16:02:53 -03:00
2019-04-03 21:55:44 -03:00
2015-11-11 22:18:34 -05:00
2019-04-11 19:01:27 -03:00
2019-06-07 17:51:30 -03:00
2015-11-11 22:18:34 -05:00