Fixes FillModel Stale Price Message

The stale price message should use `ToStringInvariant` with `price.EndTime` for string represenation across different cultures. The former behavior has impact on the order list hash calculation.
This commit is contained in:
AlexCatarino
2020-04-03 21:54:29 +01:00
parent 7e092674a5
commit 6df0dc1408
6 changed files with 6 additions and 6 deletions
@@ -160,7 +160,7 @@ namespace QuantConnect.Algorithm.CSharp
{"Mean Population Magnitude", "0%"},
{"Rolling Averaged Population Direction", "0%"},
{"Rolling Averaged Population Magnitude", "0%"},
{"OrderListHash", "590443871"}
{"OrderListHash", "-1014157203"}
};
/// <summary>