forked from edeng23/binance-trade-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed as some commits were broken by the rebase: Add stream manager class Remove all_tickers Add method for starting all mark price socket Add handler for closing websockets on exit whitespace refactor Refactor naming and move sleep timer Update connect_args Disable check for same thread Add initial implementation of websockets for getting all mark prices Co-authored-by: Ryan Sonshine <sonshine@amazon.com>
- Loading branch information
Showing
11 changed files
with
182 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,3 +75,4 @@ repos: | |
- schedule==1.0.0 | ||
- sqlalchemy==1.3.23 | ||
- sqlitedict==1.7.0 | ||
- twisted==21.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.