Re: [Quickfix-developers] Initiator and Acceptor in a single app?
Brought to you by:
orenmnero
|
From: Alexey Z. <ale...@gm...> - 2007-10-30 14:18:32
|
There is one problem though - your initiator and acceptor will share the
same sessions list (it's static).
So you have to be careful with your CompIDs.
Regards,
Alexey.
Oren Miller wrote:
> Yes, this has been done many times. You will have no problem creating
> an acceptor and initiator object in the same application and sharing a
> configuration file.
>
> --oren
>
> On Oct 30, 2007, at 8:55 AM, John Haldi wrote:
>
>> Is it possible to create a QuickFIX application which acts as both an
>> initiator and an acceptor?
>
|