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: databento/live/client.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -463,8 +463,7 @@ def subscribe(
463
463
stype_in : SType or str, default 'raw_symbol'
464
464
The input symbology type to resolve from.
465
465
start : str or int, optional
466
-
UNIX nanosecond epoch timestamp to start streaming from. Must be
467
-
within 24 hours.
466
+
UNIX nanosecond epoch timestamp to start streaming from (inclusive), based on `ts_event`. Must be within 24 hours except when requesting the mbo or definition schemas.
0 commit comments