0

What is the best approach to handle the ResendRequest message?

        public void OnMessage(QuickFix.FIX44.ResendRequest message, QuickFix.SessionID sessionId)
        {}
Christoph John
  • 3,003
  • 2
  • 13
  • 23

1 Answers1

4

This is a session-level message and will be handled automatically by QuickFIX/n.

Christoph John
  • 3,003
  • 2
  • 13
  • 23