Class: YahooFinance::RealTimeQuote

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) ⇒ RealTimeQuote

Returns a new instance of RealTimeQuote.



325
326
327
# File 'lib/yahoofinance.rb', line 325

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