websocket orderbook not displaying any data.
See original GitHub issueHey,
I’m trying to run the WebSocket orderbook example python OrderBook.py
I only get this back:
-- Subscribed! --
-- Socket Closed --
and nothing else.
thanks!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Python websocket not getting all data - Stack Overflow
It seems to be working correctly. The initial data you receive is the "full" current order book; the next "one by one" messages...
Read more >Consuming Order Book Level 2 data with Refinitiv Websocket ...
Firstly we need to display the initial Summary Field data and the full Orderbook once it has been delivered completely.
Read more >How to maintain a valid order book - Kraken Support
The WebSocket order book feed provides all of the market data needed to maintain a local copy of a Kraken order book. For...
Read more >Solve incorrect use of websocket connection in Bittrex order ...
As a user I need to be sure that the client is always working with correct information and events sent from the exchange...
Read more >Binance Websocket, Order Book, and Candlestick Data ...
Access billions of historical data points for Coinbase Pro. Order book snapshots, trade history, and live websockets are all available.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cyzanfar You would like a console print out of this information? This can be done with the current OrderBook methods, but has yet to beimplemented. If you would like to contribute to the default behavior I will merge any pull requests regarding this. If not, I will put it on my to-do list.
Thanks, Dan
Good idea!
On Fri, Jun 23, 2017 at 1:57 PM Daniel Paquin notifications@github.com wrote: