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

A struct representing an E*TRADE Totals 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.Totals{
  cash_balance: term(),
  todays_gain_or_loss: term(),
  todays_gain_or_loss_percent: term(),
  total_gain_or_loss: term(),
  total_gain_or_loss_percent: term(),
  total_market_value: term(),
  total_price_paid: term()
}