Imported from previous forum
[ original email was from Maria Ischuk - mbb@orcsoftware.com ]
What type of messages can I receive from FIX server after I send Logout?
ResendRequest,
Logout, What else?
Maybe HeartBeat, TestRequest…???
Maria
[ original email was from Ryan Pierce - rpierce@taltrade.com ]
> What type of messages can I receive from FIX server after I send Logout?
> ResendRequest,
> Logout, What else?
> Maybe HeartBeat, TestRequest…???
You should expect ANY message.
FIX is a full-duplex protocol. When you send your Logout, the other party may have messages in flight to you, which you need to process.
> What type of messages can I receive from FIX server after I send Logout?
You should be prepared to receive ANY message. The Fix interface is not synchronous. This means that the counterparty can send you some "normal" messages before responding to your logout (this will happen for example if they use a message queue and your connection with them is limited in bandwidth).
Paul