View Source ExTrade.Alerts (ExTrade v0.0.1)

Interface to the E*TRADE Alerts API.

Link to this section Summary

Link to this section Functions

Link to this function

get_alert_details(alert_id, opts \\ [])

View Source
@spec get_alert_details(integer(), Keyword.t()) ::
  {:ok, ExTrade.Alerts.AlertDetails.t()} | ExTrade.Response.error_t()

Retrieve a given ExTrade.Alerts.Alert's ExTrade.Alerts.AlertDetails via the List Alert Details endpoint.

Optional Query Parameters

  • :html_tags
@spec list_alerts(Keyword.t()) ::
  {:ok, [ExTrade.Alerts.Alert.t()]} | ExTrade.Response.error_t()

Retrieve a list of ExTrade.Alerts.Alerts via the List Alerts endpoint.

Optional Query Parameters

  • :category
  • :count
  • :direction
  • :search
  • :status