snowhite v2.1.3 Snowhite.Modules.StockMarket.Symbol View Source

Symbol for the stock market module. Adapters needs to convert payloads the the module below in order for them to be correctly displayed

Link to this section Summary

Link to this section Types

Specs

t() :: %Snowhite.Modules.StockMarket.Symbol{
  change: float(),
  symbol: String.t(),
  value: float()
}