TinkoffInvest.Model.Instrument (tinkoff_invest v0.2.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %TinkoffInvest.Model.Instrument{
  currency: String.t(),
  figi: String.t(),
  isin: String.t(),
  lot: integer(),
  min_price_increment: float(),
  min_quantity: integer(),
  name: String.t(),
  ticker: String.t(),
  type: String.t()
}

Link to this section Functions