# File lib/finance/quote.rb, line 54
    def initialize( currency=nil, cache=true )
      @currency = currency
      @cache = cache
    end