[Quickfix-developers] SocketRecvFailed Event
Brought to you by:
orenmnero
From: yan g. <gy1...@gm...> - 2013-05-08 07:35:49
|
Hello, I have a question about QuickFIX. 1. The moment before I call sendtoTarget() the network failed, but I can not get the Logout Event instantly. Also sendtoTarget() returns true, and in fact, the message hasn't been sent out. 2. Another situation is after sendtoTarget() successfully, the network failed. I design my project this way, wait a period of time for the asynchronous message return. What my difficulty is if timeout and Logout, I can not whether the message is sent out or not. Regards, Yan |