Replies: 1 comment
-
Thanks for the report, seemed we fixed this in #879 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In nautilus_trader.adapters.binance.futures.data.BinanceFuturesDataClient._request_bars we are waiting "Timestamp":
but below in code we have
we are waiting for a double?
(
cpdef uint64_t secs_to_millis(double secs)
)Beta Was this translation helpful? Give feedback.
All reactions