tai v0.0.10 Tai.Advisor behaviour
A behavior for implementing a server that receives order book changes.
It can be used to monitor multiple quote streams and create, update or cancel orders.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
cached_inside_quote(advisor, order_book_feed_id, symbol)
Link to this function
order_updated(name, old_order, updated_order)
Link to this section Callbacks
Link to this callback
handle_inside_quote(order_book_feed_id, symbol, inside_quote, changes, state)
Link to this callback
handle_order_book_changes(order_book_feed_id, symbol, changes, state)
Link to this callback
handle_order_updated(old_order, updated_order, state)