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

A struct representing an E*TRADE Product 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.Product{
  expiry_day: term(),
  expiry_month: term(),
  expiry_type: term(),
  expiry_year: term(),
  option_type: term(),
  product_id: term(),
  security_sub_type: term(),
  security_type: term(),
  strike_price: term(),
  symbol: term()
}