[Quickfix-developers] (no subject)
Brought to you by:
orenmnero
From: Pasquale d'A. <pas...@ga...> - 2002-08-29 14:35:55
|
Hello. I'm developing an initiator trading application using QuickFIX library, release 1.1.0 first, then 1.2.1. I have a problem on implementing normal termination of a message exchange session. When using the method Session::send() to send a logout, QuickFIX, on receiving logout from the FIX counterpart, checks the flag 'Session::m_sentLogout', finds it at false and sends another logout message. On the other hand, I can't send logout using the method Session::generateLogout(), that sets the above specified flag to true, because this method is private. I believe I have not understood the correct method to start a normal exchange of logout messages, in the intentions of QuickFIX developers. Thanks, P. d'Aloise ------------------------------------ Pasquale d'Aloise pas...@ga... GATE Tecnologie Informatiche S.S. 17 - Loc. Nunziatella 86170 ISERNIA - Italy Tel. 0039-0865-451890 Isernia Ita |