We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EndOfInterval
SystemCode
1 parent 33f0283 commit 58a8b8cCopy full SHA for 58a8b8c
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## 0.62.0 - TBD
4
5
+#### Enhancements
6
+- Added `END_OF_INTERVAL` variant to `SystemCode` enum
7
+
8
#### Breaking changes
9
- Removed `bill_id` from the response of `batch.list_jobs()` and `batch.submit_job()`
10
@@ -24,7 +27,7 @@
24
27
- Added `parquet_schema` option to `DBNStore.to_parquet()` for overriding the pyarrow schema.
25
28
- Upgraded `databento-dbn` to 0.39.0
26
29
- Added `side()` and `unpaired_side()` methods to `ImbalanceMsg` that convert the fields
-of the same name to the `Side` enum
30
+ of the same name to the `Side` enum
31
- Added `pretty_auction_time` property in Python for `ImbalanceMsg`
32
- Added `action` and `ts_in_delta` getters to `BboMsg`
33
- Added `ts_recv` getter to `StatusMsg`
0 commit comments