Commit Graph

7 Commits

Author SHA1 Message Date
Martin Molinero 68ad2f51b6 Address reviews
- Replacing `BaseData.AdjustResolution` for `DefaultResolution` and
`SupportedResolutions`
- Making `Resolution` nullable for `Algorithm.AddData` methods
- The `ISubscriptionDataConfigService` will set the default resolution
if none was provided and assert it is supported
- Fix bug with `PythonData` `IsSparseData` and `RequiresMapping`
resolution
2019-11-04 20:42:30 -03:00
Martin Molinero 1d43dcd601 Add BaseData.AdjustResolution
- Adding `BaseData.AdjustResolution()` that should return a valid
resolution for the given data and security type.
This allows us to set a limitation which is useful to avoid invalid data
requests or unnecessary fill forward situations. The user will be
notified through a console message.
- Adding unit and regression test
- Updating example algorithms custom data resolution
- Some performance improvements. Wont change console color if
`SelectedOptimization` is defined
2019-11-04 20:38:26 -03:00
Gerardo Salazar 3aadf5635b Convert FRED properties to fields
* Add example FRED usage
2019-10-23 16:59:37 -07:00
Juan José D'Ambrosio 461e77d31a Move FRED source page to remarks 2019-10-22 14:36:36 +00:00
Juan José D'Ambrosio ed02072425 Renaming classes to match current patterns 2019-10-22 13:29:08 +00:00
Juan José D'Ambrosio a30445e3c9 Address reviews 2019-10-22 12:46:17 +00:00
Juan José D'Ambrosio 2c55937f1a Add test for FredApi 2019-10-19 09:15:59 -03:00