Class: MarketData::Models::OptStrike

Inherits:
Struct
  • Object
show all
Defined in:
lib/market_data/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#strikesObject

Returns the value of attribute strikes

Returns:

  • (Object)

    the current value of strikes



27
28
29
# File 'lib/market_data/models.rb', line 27

def strikes
  @strikes
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



27
28
29
# File 'lib/market_data/models.rb', line 27

def updated
  @updated
end