We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fd6fe commit e34c724Copy full SHA for e34c724
1 file changed
databento/common/enums.py
@@ -198,7 +198,7 @@ class RecordFlags(StringyMixin, IntFlag): # type: ignore
198
Represents record flags.
199
200
F_LAST
201
- Last message in the packet from the venue for a given `instrument_id`.
+ Marks the last record in a single event for a given `instrument_id`.
202
F_TOB
203
Indicates a top-of-book message, not an individual order.
204
F_SNAPSHOT
0 commit comments