tai v0.0.4 Tai.Commands.Helper

Commands for using tai in IEx

Link to this section Summary

Link to this section Functions

Link to this function balance()
balance() :: no_return()
Link to this function buy_limit(exchange_id, account_id, symbol, price, size, time_in_force)
buy_limit(atom(), atom(), atom(), float(), float(), atom()) :: no_return()
Link to this function cancel_order(exchange_id, account_id, order_id)
cancel_order(atom(), atom(), String.t()) :: no_return()
Link to this function disable_send_orders()
disable_send_orders() :: no_return()
Link to this function enable_send_orders()
enable_send_orders() :: no_return()
Link to this function markets()
markets() :: no_return()
Link to this function order_status(exchange_id, account_id, order_id)
order_status(atom(), atom(), String.t()) :: no_return()
Link to this function orders()
orders() :: no_return()
Link to this function products()
products() :: no_return()
Link to this function sell_limit(exchange_id, account_id, symbol, price, size, time_in_force)
sell_limit(atom(), atom(), atom(), float(), float(), atom()) :: no_return()
Link to this function settings()
settings() :: no_return()