tai v0.0.25 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

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

Link to this section Functions