tai v0.0.52 Tai.CommandsHelper

Commands for using tai in IEx

Link to this section Summary

Link to this section Types

Link to this type

venue()

venue() :: Tai.Venue.id()
Link to this type

venue_store_id()

venue_store_id() :: Tai.Venues.VenueStore.store_id()

Link to this section Functions

Link to this function

accounts()

accounts() :: no_return()

See Tai.Commands.Accounts.accounts/0.

Link to this function

advisors(args \\ [])

advisors(list()) :: no_return()

See Tai.Commands.Advisors.list/1.

Link to this function

disable_send_orders()

disable_send_orders() :: no_return()

See Tai.Commands.SendOrders.disable/0.

Link to this function

enable_send_orders()

enable_send_orders() :: no_return()

See Tai.Commands.SendOrders.enable/0.

See Tai.Commands.Fees.fees/0.

See Tai.Commands.Help.help/0.

Link to this function

markets()

markets() :: no_return()

See Tai.Commands.Markets.markets/0.

Link to this function

orders()

orders() :: no_return()

See Tai.Commands.Orders.orders/0.

Link to this function

positions()

positions() :: no_return()

See Tai.Commands.Positions.positions/0.

Link to this function

products()

products() :: no_return()

See Tai.Commands.Products.products/0.

Link to this function

settings()

settings() :: no_return()

See Tai.Commands.Settings.settings/0.

Link to this function

start_advisors(args \\ [])

start_advisors(list()) :: no_return()

See Tai.Commands.Advisors.start/1.

Link to this function

start_venue(venue, store_id \\ Tai.Venues.VenueStore.default_store_id())

start_venue(venue(), venue_store_id()) :: no_return()

See Tai.Commands.StartVenue.start/2.

Link to this function

stop_advisors(args \\ [])

stop_advisors(list()) :: no_return()

See Tai.Commands.Advisors.stop/1.

Link to this function

stop_venue(venue, store_id \\ Tai.Venues.VenueStore.default_store_id())

stop_venue(venue(), venue_store_id()) :: no_return()

See Tai.Commands.StopVenue.stop/2.

Link to this function

venues(args \\ [])

venues(list()) :: no_return()

See Tai.Commands.Venues.list/1.