I am using "quickfix_net.dll" and "quickfix_net_messages.dll" downloaded from quickfix.org.
I am using Visual C++ 2010 Express and doing development in fully managed environment.
When I receive a message through fromApp()
and call crack()
on that message, then any onMesssage()
is not called and on console it says:
unsupported message type 'D' for NewOrderSingle.
However I have defined onMessage()
for QuickFix42::NewOrderSingle
. Also, I have debugged and found that the QuickFix::Message^
reference obtained in fromApp()
contains NewOrderSingle^
reference.