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

A struct representing an E*TRADE RealTimeValues 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.RealTimeValues{
  net_market_value: term(),
  net_market_value_long: term(),
  net_market_value_short: term(),
  total_account_value: term(),
  total_long_value: term()
}