Class: MarketData::Models::OptStrike
- Inherits:
-
Struct
- Object
- Struct
- MarketData::Models::OptStrike
- Defined in:
- lib/market_data/models.rb
Instance Attribute Summary collapse
-
#strikes ⇒ Object
Returns the value of attribute strikes.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Attribute Details
#strikes ⇒ Object
Returns the value of attribute strikes
27 28 29 |
# File 'lib/market_data/models.rb', line 27 def strikes @strikes end |
#updated ⇒ Object
Returns the value of attribute updated
27 28 29 |
# File 'lib/market_data/models.rb', line 27 def updated @updated end |