Tai.AdvisorGroup (tai v0.0.69)

Link to this section Summary

Link to this section Types

Specs

id() :: atom()

Specs

product() :: Tai.Venues.Product.t()

Specs

restart() :: :permanent | :transient | :temporary

Specs

shutdown() :: pos_integer()

Specs

t() :: %Tai.AdvisorGroup{
  advisor: module(),
  config: map() | struct(),
  factory: module(),
  id: id(),
  products: [product()],
  restart: restart(),
  shutdown: shutdown(),
  start_on_boot: boolean(),
  trades: list()
}

Link to this section Functions