Class: YahooFinance::ExtendedQuote

Inherits:
BaseQuote
  • Object
show all
Defined in:
lib/yahoofinance.rb

Instance Method Summary collapse

Methods inherited from BaseQuote

#get_info, #load_quote, #to_s, #valid?

Constructor Details

#initialize(valarray = nil) ⇒ ExtendedQuote

Returns a new instance of ExtendedQuote.



331
332
333
# File 'lib/yahoofinance.rb', line 331

def initialize( valarray=nil )
  super( YahooFinance::EXTENDEDHASH, valarray )
end