View Source ExTrade.Alerts.AlertDetails (ExTrade v0.0.1)

A struct representing an E*TRADE AlertDetailsResponse 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.Alerts.AlertDetails{
  create_time: term(),
  delete_time: term(),
  id: term(),
  message: term(),
  next: term(),
  previous: term(),
  read_time: term(),
  subject: term(),
  symbol: term()
}