tai v0.0.1 Tai.ExchangeAdapters.Test.OrderBookFeed
Link to this section Summary
Functions
Invoked after a message is received on the socket and should be used to process the message
Invoked after the process is started and should be used to setup subscriptions
Link to this section Functions
Link to this function
default_url()
Link to this function
handle_msg(msg, feed_id)
Invoked after a message is received on the socket and should be used to process the message
Callback implementation for Tai.Exchanges.OrderBookFeed.handle_msg/2
.
Link to this function
start_link(args)
Link to this function
start_link(url, list)
Link to this function
subscribe_to_order_books(pid, symbols)
Invoked after the process is started and should be used to setup subscriptions
Callback implementation for Tai.Exchanges.OrderBookFeed.subscribe_to_order_books/2
.