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
+1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This release adds support for Python 3.13 (*not* yet compatible with free-thread
7
7
### Enhancements
8
8
- Added `allow_past` boolean flag for `Clock.set_timer(...)` to control behavior with start times in the past (default `True` to allow start times in the past)
9
9
- Added `allow_past` boolean flag for `Clock.set_time_alert(...)` to control behavior with alert times in the past (default `True` to fire immediate alert)
10
+
- Added risk engine check for GTD order expire time, which will deny if expire time is already in the past
10
11
- Added instrument updating for exchange and matching engine
11
12
- Added additional price and quantity precision validations for matching engine
12
13
- Added log file rotation with additional config options `max_file_size` and `max_backup_count` (#2468), thanks @xingyanan and @twitu
0 commit comments