Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New HexNumeric field #302

Closed
madhr opened this issue Nov 29, 2023 · 0 comments
Closed

New HexNumeric field #302

madhr opened this issue Nov 29, 2023 · 0 comments

Comments

@madhr
Copy link

madhr commented Nov 29, 2023

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

@madhr madhr closed this as completed Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant