Merge pull request #2190 from vnpy/revert-2177-fix_bug_bybit20191104

Revert "[Fix] query_history"
This commit is contained in:
vn.py 2019-11-12 15:18:01 +09:00 committed by GitHub
commit 7567686a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -550,9 +550,6 @@ class BybitRestApi(RestClient):
)
buf.append(bar)
if not buf:
continue
history.extend(buf)
begin = buf[0].datetime