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

A struct representing an E*TRADE Brokerage 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.Brokerage{
  check_number: term(),
  fee: term(),
  memo: term(),
  order_number: term(),
  payment_currency: term(),
  price: term(),
  product: term(),
  quantity: term(),
  settlement_currency: term(),
  transaction_type: term()
}