commit | befef70e23fadc956cb32f6912e9e795db70ca21 | [log] [tgz] |
---|---|---|
author | Daniel Corbett <dcorbett@haproxy.com> | Tue Mar 09 23:00:34 2021 -0500 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Mar 10 10:44:20 2021 +0100 |
tree | 200a15ec79ed375b01c7516405e30ebe5c7a872f | |
parent | 4c48edba4f45bb78f41af7d79d3c176710fe6a90 [diff] |
BUG/MINOR: sample: Rename SenderComID/TargetComID to SenderCompID/TargetCompID The recently introduced Financial Information eXchange (FIX) converters have some hard coded tags based on the specification that were misspelled. Specifically, SenderComID and TargetComID should be SenderCompID and TargetCompID according to the specification [1][2]. This patch updates all references, which includes the converters themselves, the regression test, and the documentation. [1] https://fiximate.fixtrading.org/en/FIX.5.0SP2_EP264/tag49.html [2] https://fiximate.fixtrading.org/en/FIX.5.0SP2_EP264/tag56.html