-2

Can anyone tell me working of sequence numbers and how sequence gaps are recovered in quickfix/j ?

Andrea Bergia
  • 5,502
  • 1
  • 23
  • 38
Muneeb Nasir
  • 2,414
  • 4
  • 31
  • 54

1 Answers1

1

AFAIK it doesn't. It assumes

  • You are using a reliable transport such as TCP
  • Your routers will ensure sequences are delivered in order without drop outs.

If you see a gap in the sequence numbers something fairly major must have gone wrong and you need to flag this to a user/support staff. It's not something it can recover from automatically.

assylias
  • 321,522
  • 82
  • 660
  • 783
Peter Lawrey
  • 525,659
  • 79
  • 751
  • 1,130