[Quickfix-developers] CME Problems
Brought to you by:
orenmnero
From: Rich H. <rh...@st...> - 2003-09-18 19:50:38
|
=20 I am connecting to the CME (ilink 2.0) using quickfix. In order to pass certification, I need to pass certain tests. =20 I have noticed the following issues...=20 =20 1. Sometimes a resend request is sent when an outstanding request hasn't finished. This generates an error from=20 ilink. =20 The text of the error message is "Error. Received new Resend Request while already processing a resend request". =20 2. When a heartbeat message isn't received for one heartbeat interval... a TEST message is sent. A disconnection is forced if there are no heartbeats in the next heartbeat interval. The CME expects 2 intervals (2 TEST messages) to=20 be tried before giving up. They also expect a logout at the end before disconnection. =20 Has anyone else seen these? Otherwise, I can check the code and send some fixes. =20 I have also added a logoff() method to the FIX::Session class. Where should I send this code for inclusion? =20 Cheers, Rich =20 |