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

A struct representing an E*TRADE QuickView 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.QuickView{
  annual_total_return: term(),
  change: term(),
  change_percent: term(),
  last_trade: term(),
  last_trade_time: term(),
  quote_status: term(),
  seven_day_current_yield: term(),
  volume: term(),
  weighted_average_maturity: term()
}