[Quickfix-users] Newbie question on intiators and acceptors
Brought to you by:
orenmnero
From: Dr. H. K. <Han...@be...> - 2011-04-06 14:10:24
|
Hi, I am trying to get started with using the quickfix library. As one of my first attempts I am at the moment trying to interchange the role of acceptors and initiators in the example programs. >From looking at it, I thught basically all I had to do was to change #include "quickfix/SocketAcceptor.h" with #include "quickfix/SocketInitiator.h" interchange acceptor with initiator in the main program, and adapt the config files. However, if I recompile, connections that worked before stop working. Apparently there is something that I am overlooking. Could somebody please point me in the right direction? Many thanks, Hanno |