Class: Eodhd::Fundamentals::SharesStats
- Inherits:
-
Object
- Object
- Eodhd::Fundamentals::SharesStats
- Defined in:
- lib/Eodhd/Fundamentals/SharesStats.rb
Instance Attribute Summary collapse
-
#percent_insiders ⇒ Object
readonly
Returns the value of attribute percent_insiders.
-
#percent_institutions ⇒ Object
readonly
Returns the value of attribute percent_institutions.
-
#shares_float ⇒ Object
readonly
Returns the value of attribute shares_float.
-
#shares_outstanding ⇒ Object
readonly
Returns the value of attribute shares_outstanding.
-
#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_float ⇒ Object
readonly
Returns the value of attribute short_percent_float.
-
#short_percent_outstanding ⇒ Object
readonly
Returns the value of attribute short_percent_outstanding.
-
#short_ratio ⇒ Object
readonly
Returns the value of attribute short_ratio.
Instance Attribute Details
#percent_insiders ⇒ Object (readonly)
Returns the value of attribute percent_insiders.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SharesStats.rb', line 7 def percent_insiders @percent_insiders end |
#percent_institutions ⇒ Object (readonly)
Returns the value of attribute percent_institutions.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SharesStats.rb', line 7 def percent_institutions @percent_institutions end |
#shares_float ⇒ Object (readonly)
Returns the value of attribute shares_float.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SharesStats.rb', line 7 def shares_float @shares_float end |
#shares_outstanding ⇒ Object (readonly)
Returns the value of attribute shares_outstanding.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SharesStats.rb', line 7 def shares_outstanding @shares_outstanding end |
#shares_short ⇒ Object (readonly)
Returns the value of attribute shares_short.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SharesStats.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/SharesStats.rb', line 7 def shares_short_prior_month @shares_short_prior_month end |
#short_percent_float ⇒ Object (readonly)
Returns the value of attribute short_percent_float.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SharesStats.rb', line 7 def short_percent_float @short_percent_float end |
#short_percent_outstanding ⇒ Object (readonly)
Returns the value of attribute short_percent_outstanding.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SharesStats.rb', line 7 def short_percent_outstanding @short_percent_outstanding end |
#short_ratio ⇒ Object (readonly)
Returns the value of attribute short_ratio.
7 8 9 |
# File 'lib/Eodhd/Fundamentals/SharesStats.rb', line 7 def short_ratio @short_ratio end |