You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ None
79
79
- Fixed portfolio handling of `OrderExpired` events not updating state (margin requirements may change)
80
80
- Fixed event handling for `ExecutionEngine` so it fully updates the `Portfolio` before to publishing execution events (#2513), thanks for reporting @stastnypremysl
81
81
- Fixed position snapshot cache access for `ExecutionEngine`
82
+
- Fixed position snapshot `SystemError` calling `copy.deepcopy()` by simply using a `pickle` round trip to copy the position instance
82
83
- Fixed event purging edge cases for account and position where at least one event must be guaranteed
83
84
- Fixed authentication for Redis when password provided with no username
0 commit comments