You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to introduce a new HexNumeric field that would allow to store binary encoded fields as hex numeric fields.
It's related to this change: #227
where it's now possible to treat binary encoded fields as Hex.
Since Hex is a string field, it's a bit inconvenient for fields that store numeric values like amounts (for instance DE55.9F02).
Introducing the HexNumeric allows to convert the binary encoded fields straight into a hex numeric field that allows further arithmetic operations without extra conversion.
It would be useful to introduce a new HexNumeric field that would allow to store binary encoded fields as hex numeric fields.
It's related to this change:
#227
where it's now possible to treat binary encoded fields as Hex.
Since Hex is a string field, it's a bit inconvenient for fields that store numeric values like amounts (for instance DE55.9F02).
Introducing the HexNumeric allows to convert the binary encoded fields straight into a hex numeric field that allows further arithmetic operations without extra conversion.
I've submitted a pull request here: #301
The text was updated successfully, but these errors were encountered: