View Source ExTrade.Accounts.Balance (ExTrade v0.0.1)

A struct representing an E*TRADE BalanceResponse model.

Note: Keys have been re-formatted for snake_casing. In some instances, they have also been updated for clarity and consistency.

Link to this section Summary

Link to this section Types

@type t() :: %ExTrade.Accounts.Balance{
  account_id: term(),
  as_of_date: term(),
  cash: term(),
  computed: term(),
  day_trader_status: term(),
  institution_type: term(),
  lending: term(),
  margin: term(),
  open_calls: term(),
  option_level: term(),
  quote_mode: term()
}