Actualy my problem touches network connection. Assume my program is sending some message and exactly at this moment network connection is down. As I realized, QuickFix notifies me with Application.onLogout. But I might call Session.sendToTarget before recieving onLogout. This is difficult situation and I need to know exactly was my message sent or wasn't. Is there a way to determine this?
Thanks for your answers