# File lib/money/currency.rb, line 271
    def initialize(id)
      @id = id.to_sym
      initialize_data!
    end