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.



317
318
319
# File 'lib/yahoofinance.rb', line 317

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