Hi,
Has anyone got sample RPG code that works out the checksum of a string?
What code should do:
- take the FIX message stream (string)
- loop through each byte (character):
1) determine the integer value of that byte (e.g. 'A'=65, 'a'=97, '.'=46, note will be <= 256)
2) accumulate...