tai v0.0.36 Tai.Advisor behaviour
A behavior for implementing a process that receives changes in the order book.
It can be used to monitor one or more 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
cast_order_updated(name, old_order, updated_order, callback)
This function is deprecated. Use order_updated_callback :: atom | pid instead..
Link to this function
cast_order_updated(name, old_order, updated_order, callback, opts)
This function is deprecated. Use order_updated_callback :: {atom | pid, term} instead..
Link to this section Callbacks
Link to this callback
handle_inside_quote(venue_id, product_symbol, market_quote, changes, state)
handle_inside_quote( venue_id(), product_symbol(), market_quote(), changes(), state() ) :: {:ok, run_store()}