Constructor for the handler with a specified code and unit.
HoldingHandler(String code, String units) : _code = code, _units = units, _value = UcumDecimal.one();