0

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.

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
Rampal Chaudhary
  • 707
  • 1
  • 8
  • 18

1 Answers1

0

it seems very strange. I never had this problem. Please take a look a this answer:

why FIX fields using quickfix are null?

and let me know.

Community
  • 1
  • 1
stexcec
  • 1,143
  • 1
  • 18
  • 34