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
..
2019-05-15 18:56:08 -03:00
2015-12-16 13:57:53 -05:00
2015-06-18 17:19:36 -04:00
2019-01-11 14:00:32 -03:00
2020-04-27 17:45:53 -03:00
2019-06-17 16:45:53 -07:00
2016-03-12 01:07:31 -03:00
2020-01-14 11:31:58 -03:00