tai v0.0.28 Tai.AdvisorGroup

Link to this section Summary

Link to this section Types

Link to this type

id()

id() :: atom()
Link to this type

product()

product() :: Tai.Venues.Product.t()
Link to this type

restart()

restart() :: :permanent | :transient | :temporary
Link to this type

shutdown()

shutdown() :: pos_integer()
Link to this type

t()

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

Link to this section Functions