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

A struct representing an E*TRADE PerformanceView 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.PerformanceView{
  change: term(),
  change_percent: term(),
  days_gain: term(),
  last_trade: term(),
  last_trade_time: term(),
  market_value: term(),
  quote_status: term(),
  total_gain: term(),
  total_gain_percent: term()
}