TinkoffInvest.Model.Order (tinkoff_invest v0.1.5) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %TinkoffInvest.Model.Order{
  executed_lots: integer(),
  figi: String.t(),
  operation: String.t(),
  order_id: String.t(),
  price: float(),
  requested_lots: integer(),
  status: String.t(),
  type: String.t()
}

Link to this section Functions