# File lib/mongo/protocol/message.rb, line 184
      def hash
        fields.map { |field| instance_variable_get(field[:name]) }.hash
      end