Skip to content

Commit e34c724

Browse files
committed
DOC: Improve F_LAST flag description
1 parent e2fd6fe commit e34c724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databento/common/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class RecordFlags(StringyMixin, IntFlag): # type: ignore
198198
Represents record flags.
199199
200200
F_LAST
201-
Last message in the packet from the venue for a given `instrument_id`.
201+
Marks the last record in a single event for a given `instrument_id`.
202202
F_TOB
203203
Indicates a top-of-book message, not an individual order.
204204
F_SNAPSHOT

0 commit comments

Comments
 (0)