# File lib/codec/data.rb, line 749
    def decimal128
      value = ""
      Cproton.pn_data_get_decimal128(@data).each{|val| value += ("%02x" % val)}
      value.to_i(16)
    end