tai v0.0.3 Tai.Trading.Order

Link to this section Summary

Functions

Returns the buy side symbol

Returns true for buy side orders with a limit type, returns false otherwise

Returns the limit type symbol

Returns the sell side symbol

Returns true for sell side orders with a limit type, returns false otherwise

Execute the callback function in a new task

Link to this section Types

Link to this type t()
t() :: Tai.Trading.Order

Link to this section Functions

Returns the buy side symbol

Link to this function buy_limit?(order)

Returns true for buy side orders with a limit type, returns false otherwise

Returns the limit type symbol

Returns the sell side symbol

Link to this function sell_limit?(order)

Returns true for sell side orders with a limit type, returns false otherwise

Link to this function updated_callback(previous_order, updated_order)

Execute the callback function in a new task