|
int bodyLengthFieldContrib = sumAsciiDigits(bodyLengthField) + '=' + sumAsciiDigits(bodyLength) + '\001'; |
A separator parameter to toString could be added with a default value of \001.
This would be handy for debugging/logging since I often find myself replacing \001 by | after calling this member function.
quickfix/src/C++/Message.cpp
Line 229 in 386ce46
A
separatorparameter totoStringcould be added with a default value of\001.This would be handy for debugging/logging since I often find myself replacing
\001by|after calling this member function.