Tagged Questions
1
vote
2answers
248 views
Calculate Modulo 256 Checksum in PHP
I've searched Stackoverflow already and unfortunately nothing came up. I am working with the FIX protocol and I need to generate a Modulo 256 checksum as described at ...
0
votes
1answer
733 views
Getting started on FIX protocol with PHP sockets
I have pretty basic knowledge of PHP sockets and the FIX protocol altogether. I have an account that allows me to connect to a server and retrieve currency prices.
I adapted this code to connect and ...