See this previous post on the topic:=20
http://sourceforge.net/mailarchive/message.php?msg_id=3D9557140
We are adding better automated support for this in the next version,=20
but right now you will have to do as the post says and add tag 141 to=20
your logon message as it passes through toAdmin.
The sessions are always responsible for the logon process, but you can=20=
have some control by using the logon and logoff methods on the session=20=
to indicate the desired state. When starting up, if you call logoff on=20=
all the sessions from the onCreate method, then all the sessions will=20
remain deisable until you explicitly call logon.
--oren
On Apr 14, 2005, at 7:41 AM, Michael Lyszczek wrote:
> QuickFIX Documentation:=20
> http://www.quickfixengine.org/quickfix/doc/html/index.html
> QuickFIX FAQ:=20
> http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ
> QuickFIX Support: http://www.quickfixengine.org/services.html
>
> I dont know if this posted the first time, but I never got a mail back
> from the list.
>
>
> Hi,
> I am trying to logon to a FIX server with tag 141=3DY and the
> MsgSeqNum=3D1. I am using the java jni library and I have only been
> able to create logon messages after I am logged on.
> I guess the first question is is there any way to make a
> SocketIntiator stop automatically logging on?
> Also, the config file "ResetOnLogoff=3DY" option only resets the
> sequence numbers but does not send a "141=3DY" when logging on. Has
> anyone dealt with this issue before? I'm probably going to have to
> alter the native code I am guessing, anyone have any other input?
> --
> Michael Lyszczek
> ml at flytrading dotcom
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real=20
> users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=3Dclick
> _______________________________________________
> Quickfix-users mailing list
> Qui...@li...
> https://lists.sourceforge.net/lists/listinfo/quickfix-users
>
|