BUG/MINOR: sample: Rename SenderComID/TargetComID to SenderCompID/TargetCompID
authorDaniel Corbett <dcorbett@haproxy.com>
Wed, 10 Mar 2021 04:00:34 +0000 (23:00 -0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 10 Mar 2021 09:44:20 +0000 (10:44 +0100)
commitbefef70e23fadc956cb32f6912e9e795db70ca21
tree200a15ec79ed375b01c7516405e30ebe5c7a872f
parent4c48edba4f45bb78f41af7d79d3c176710fe6a90
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
doc/configuration.txt
include/haproxy/fix-t.h
include/haproxy/fix.h
reg-tests/converter/fix.vtc