-1

We are using QuickFix/n source code to implement FIX Engine in .Net Core. QuickFix/n has a Web Interface to manage Sessions. Is there a way to view all the incoming and outgoing messages for the Sessions?

Thank You.

DRG
  • 71
  • 4

1 Answers1

0

I ended up writing all the raw messages to a file for each session and displaying on web interface.

DRG
  • 71
  • 4