ExBovespa v0.8.0 ExBovespa.Structs.StockDetail View Source

Holds data for a stock details and is a child of "Stock" struct.

This is isolated from main struct since a company can have multiple stock codes.

Link to this section Summary

Link to this section Types

Specs

t() :: %ExBovespa.Structs.StockDetail{
  code: String.t(),
  isin_code: String.t(),
  type: :atom
}