[Quickfix-users] fromApp appears blocked until initiator.stop() is called
Brought to you by:
orenmnero
From: Nigel S. <nig...@gm...> - 2011-06-12 14:37:22
|
Hi, In the tradeclient example, the Application::fromApp function is not called until after initiator.stop() is called. This appears to require that the initiator.start() and initiator.stop() functions are called immediately before and after every order is placed. Is there any way to call initiator.start() before the start of the Trading day and initiator.stop() after the end of the Trading day (to eliminate the overhead of starting and stopping the initiator for every order) and yet still receive FIX messages from Application::fromApp without any delay? I would be very grateful for any guidance. Very best regards Nigel Sperinck |