tai v0.0.2 Tai.ExchangeAdapters.Binance.OrderBookFeed
WebSocket order book feed adapter for Binance
https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md
Link to this section Summary
Functions
Subscribe to streams for all symbols
Secure production Binance WebSocket url
Log a warning message when the WebSocket receives a message that is not explicitly handled
Snapshot the order book
Link to this section Functions
Link to this function
build_connection_url(url, symbols)
Subscribe to streams for all symbols
Link to this function
default_url()
Secure production Binance WebSocket url
Link to this function
handle_msg(unhandled_msg, state)
Log a warning message when the WebSocket receives a message that is not explicitly handled
Link to this function
start_link(args)
Link to this function
start_link(url, list)
Link to this function
subscribe_to_order_books(pid, feed_id, list)
Snapshot the order book