Re: [Quickfix-developers] java server help
Brought to you by:
orenmnero
|
From: Joerg T. <Joe...@ma...> - 2006-04-19 07:17:42
|
Hi Ralph,
> Using the older version of quickfix (notquickfixj). Coding in java.=20
> Having problem getting the executor to resping to a login by a fix=20
> client. I see the sessions start up (again using the executor example)=20
> but the client connects, send a logon, then immediately disconnects.
Typical cause maybe a clock difference between the two machines. If QF de=
tects a clock=20
difference larger than the MaxLatency settting, its disconnects. Try to s=
et CheckLatency=3DN=20
to find out whether this is the reason.
Other reason is connecting with a sequence number too low. Please send de=
tailed logs,=20
preferably from both sides, if the above hints do not help.
> Question is, do I need to implement this functionality? When the=20
> acceptor starts a session is the session level part of the fix protocol=
=20
> handled "out of the box" with quickfix or do I need to implement it.=20
QF implements the full session level protocol out of the box for you. You=
can use the=20
callbacks (to/from Admin/App) to influence specific aspects.
Cheers, J=F6rg
--=20
Joerg Thoennes
http://macd.com
Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH
Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen
|