ExBovespa v0.3.0 ExBovespa.Structs.Stock View Source
Holds the data related to a stock's company.
company_code: a primary code for the stock, helpful for accessing the details page name: full stock name short_name: known name for this company
Link to this section Summary
Link to this section Types
Specs
t() :: %ExBovespa.Structs.Stock{
company_code: String.t(),
detail_list: [ExBovespa.Structs.StockDetail.t()] | nil,
name: String.t(),
short_name: String.t()
}