Class: Eodhd::Fundamentals::Technicals
- Inherits:
-
Object
- Object
- Eodhd::Fundamentals::Technicals
- Defined in:
- lib/Eodhd/Fundamentals/Technicals.rb
Instance Attribute Summary collapse
-
#beta ⇒ Object
readonly
Returns the value of attribute beta.
-
#fifty_day_ma ⇒ Object
readonly
Returns the value of attribute fifty_day_ma.
-
#fifty_two_week_high ⇒ Object
readonly
Returns the value of attribute fifty_two_week_high.
-
#fifty_two_week_low ⇒ Object
readonly
Returns the value of attribute fifty_two_week_low.
-
#shares_short ⇒ Object
readonly
Returns the value of attribute shares_short.
-
#shares_short_prior_month ⇒ Object
readonly
Returns the value of attribute shares_short_prior_month.
-
#short_percent ⇒ Object
readonly
Returns the value of attribute short_percent.
-
#short_ratio ⇒ Object
readonly
Returns the value of attribute short_ratio.
-
#two_hundred_day_ma ⇒ Object
readonly
Returns the value of attribute two_hundred_day_ma.
Instance Attribute Details
#beta ⇒ Object (readonly)
Returns the value of attribute beta.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Technicals.rb', line 7 def beta @beta end |
#fifty_day_ma ⇒ Object (readonly)
Returns the value of attribute fifty_day_ma.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Technicals.rb', line 7 def fifty_day_ma @fifty_day_ma end |
#fifty_two_week_high ⇒ Object (readonly)
Returns the value of attribute fifty_two_week_high.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Technicals.rb', line 7 def fifty_two_week_high @fifty_two_week_high end |
#fifty_two_week_low ⇒ Object (readonly)
Returns the value of attribute fifty_two_week_low.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Technicals.rb', line 7 def fifty_two_week_low @fifty_two_week_low end |
#shares_short ⇒ Object (readonly)
Returns the value of attribute shares_short.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Technicals.rb', line 7 def shares_short @shares_short end |
#shares_short_prior_month ⇒ Object (readonly)
Returns the value of attribute shares_short_prior_month.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Technicals.rb', line 7 def shares_short_prior_month @shares_short_prior_month end |
#short_percent ⇒ Object (readonly)
Returns the value of attribute short_percent.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Technicals.rb', line 7 def short_percent @short_percent end |
#short_ratio ⇒ Object (readonly)
Returns the value of attribute short_ratio.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Technicals.rb', line 7 def short_ratio @short_ratio end |
#two_hundred_day_ma ⇒ Object (readonly)
Returns the value of attribute two_hundred_day_ma.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/Technicals.rb', line 7 def two_hundred_day_ma @two_hundred_day_ma end |