Proposal to add public method to convert raw fix message to quickfix.Message
Created by: daino3
Would be helpful for running fix messages through individual components of QF applications specifically in tests.
If we don't want the method to be part of the main quickfix
package, can we add it to a testing package? quickfix_test
?