Merge pull request #2190 from vnpy/revert-2177-fix_bug_bybit20191104
Revert "[Fix] query_history"
This commit is contained in:
commit
7567686a0b
@ -550,9 +550,6 @@ class BybitRestApi(RestClient):
|
|||||||
)
|
)
|
||||||
buf.append(bar)
|
buf.append(bar)
|
||||||
|
|
||||||
if not buf:
|
|
||||||
continue
|
|
||||||
|
|
||||||
history.extend(buf)
|
history.extend(buf)
|
||||||
|
|
||||||
begin = buf[0].datetime
|
begin = buf[0].datetime
|
||||||
|
Loading…
Reference in New Issue
Block a user