Tai.CommandsHelper (tai v0.0.60)
Commands to control tai
in IEx
Link to this section Summary
Functions
accounts()
deprecated
advisors(args \\ [])
deprecated
disable_send_orders()
deprecated
enable_send_orders()
deprecated
fees()
deprecated
help()
deprecated
markets()
deprecated
orders()
deprecated
positions()
deprecated
products()
deprecated
settings()
deprecated
start_advisors(args \\ [])
deprecated
start_venue(venue, options \\ [])
deprecated
stop_advisors(args \\ [])
deprecated
stop_venue(venue, options \\ [])
deprecated
venues(args \\ [])
deprecated
Link to this section Types
Link to this type
venue()
Specs
venue() :: Tai.Venue.id()
Link to this type
venue_store_id()
Specs
venue_store_id() :: Tai.Venues.VenueStore.store_id()
Link to this section Functions
Link to this function
accounts()
This function is deprecated. Use Tai.IEx.accounts/0 instead..
Specs
accounts() :: no_return()
Link to this function
advisors(args \\ [])
This function is deprecated. Use Tai.IEx.advisors/1 instead..
Specs
Link to this function
disable_send_orders()
This function is deprecated. Use Tai.IEx.disable_send_orders/0 instead..
Specs
disable_send_orders() :: no_return()
Link to this function
enable_send_orders()
This function is deprecated. Use Tai.IEx.enable_send_orders/0 instead..
Specs
enable_send_orders() :: no_return()
Link to this function
fees()
This function is deprecated. Use Tai.IEx.fees/0 instead..
Specs
fees() :: no_return()
Link to this function
help()
This function is deprecated. Use Tai.IEx.help/0 instead..
Specs
help() :: no_return()
Link to this function
markets()
This function is deprecated. Use Tai.IEx.markets/0 instead..
Specs
markets() :: no_return()
Link to this function
orders()
This function is deprecated. Use Tai.IEx.orders/0 instead..
Specs
orders() :: no_return()
Link to this function
positions()
This function is deprecated. Use Tai.IEx.positions/0 instead..
Specs
positions() :: no_return()
Link to this function
products()
This function is deprecated. Use Tai.IEx.products/0 instead..
Specs
products() :: no_return()
Link to this function
settings()
This function is deprecated. Use Tai.IEx.settings/0 instead..
Specs
settings() :: no_return()
Link to this function
start_advisors(args \\ [])
This function is deprecated. Use Tai.IEx.start_advisors/1 instead..
Specs
Link to this function
start_venue(venue, options \\ [])
This function is deprecated. Use Tai.IEx.start_venue/2 instead..
Specs
start_venue(venue(), Tai.IEx.Commands.StartVenue.options()) :: no_return()
Link to this function
stop_advisors(args \\ [])
This function is deprecated. Use Tai.IEx.stop_advisors/1 instead..
Specs
Link to this function
stop_venue(venue, options \\ [])
This function is deprecated. Use Tai.IEx.stop_venue/2 instead..
Specs
stop_venue(venue(), Tai.IEx.Commands.StopVenue.options()) :: no_return()
Link to this function
venues(args \\ [])
This function is deprecated. Use Tai.IEx.venues/1 instead..