Files
Martin-Molinero 9c89e8d403 Fix backtest result packet deserializing (#5084)
* added test covering minValue / maxValue issue with JsonRoundingConverter

* change namespaces

* JsonRoundingConverter fix decimal.Min and MaxValues (cannot deserialize)

* remove dependency on 3rd party library

* c# 6 compatible code (remove pattern matching)

* Fixes BacktestResultPacket deserializing

- Serializing decimals as strings to avoid precision loss, since json
  convert will use floating point precision. Updating unit tests.
- Fix logging unit test failing to delete file being used.

Co-authored-by: Mark Virchenko <mark.virchenko@calienteam.com>
2020-12-28 16:26:40 -03:00
..
2020-12-09 16:51:58 -03:00
2019-08-16 18:07:30 -03:00
2020-02-13 16:10:52 -03:00
2019-08-16 18:07:30 -03:00
2019-02-06 21:10:28 +00:00
2020-04-01 16:15:05 +01:00
2020-07-16 11:40:32 -03:00
2020-06-01 21:27:45 -03:00
2019-04-26 18:11:48 +01:00
2019-04-30 11:45:07 -03:00
2019-06-03 15:09:02 -03:00