Re: [Quickfix-developers] Help needed in Configuration
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-05-26 16:35:10
|
On 5/26/05, Ananth <ans...@sp...> wrote: > I need the "OrderServer" to support many clients.............For this wha= t > we should specify in the settings file=20 You just put multiple [SESSION] sections, one for each client. Each one should have a unique SenderCompID/TargetCompID pair (broadly speaking) For example: [DEFAULT] <default settings here> [SESSION] BeginString=3DFIX.4.2 SenderCompID=3DTW TargetCompID=3DCLIENT1 [SESSION] BeginString=3DFIX.4.2 SenderCompID=3DTW TargetCompID=3DCLIENT2 --=20 Caleb Epstein caleb dot epstein at gmail dot com |