tai v0.0.3 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(account_id, symbol, price, size, time_in_force)
buy_limit(atom(), atom(), float(), float(), atom()) :: no_return()
Link to this function cancel_order(account_id, order_id)
cancel_order(atom(), String.t()) :: no_return()
Link to this function markets()
markets() :: no_return()
Link to this function order_status(account_id, order_id)
order_status(atom(), String.t()) :: no_return()
Link to this function orders()
orders() :: no_return()
Link to this function sell_limit(account_id, symbol, price, size, time_in_force)
sell_limit(atom(), atom(), float(), float(), atom()) :: no_return()