[Quickfix-developers] (no subject)
Brought to you by:
orenmnero
From: Sutee G. <su...@si...> - 2004-02-12 07:09:13
|
Dear all, I have some problem. I use QuickFix 1.6 to develop Fix Engine and use VC# to develop Fix Engine. Now my progress is session level testing with other client. I have some question to ask. 1. I have problem when I try to logout or close my program because I think QuickFix for .NET that I use not send logout message to client. So I change some code in program in onClose Event to send logout to client before close. But It's not waiting for logout message from client side so this is a problem in sequence number when I try to connect to client again. Client side try to resend request and my program try to resend request message and reset sequence message to client. The question is QuickFix for .NET is implement all function or method that has in C++ platfrom ?, Or How to coding or send logout message and waiting for ack from client before close. 2. How to QuickFix for .NET handle session if sequence number is missing. Can I fix it by myself ?, Best Regards, Sutee Gettupan |