From: John P. <joh...@ho...> - 2009-12-23 15:02:53
|
Admin messages such as Logon now belongs to FIXT1.1 under the "transport-independent" scheme -- that's probably why... Marko M wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > This is my first post to this message group, so please let me know if I am > missing some sort of protocol/etiquette. > > I noticed that there is no quickfix.fix50.Logon message type like there is > for quickfix44.Logon and I feel that it is causing me problems when I try > to > logon. On logon, I receive the following error (by 'logon', I mean simply > calling the initiator start method): > > <20091222-19:32:27, FIX.5.0:1BD2->EXEC, event> (Error accessing message > fields > quickfix.FieldNotFound: Field [35] was not found in message. > at quickfix.FieldMap.getField(FieldMap.java:213) > at quickfix.FieldMap.getString(FieldMap.java:207) > at quickfix.Session.sendRaw(Session.java:1758) > at quickfix.Session.generateLogon(Session.java:1499) > at quickfix.Session.next(Session.java:1423) > at > quickfix.mina.SessionConnector$SessionTimerTask.run(SessionConnector.java:248) > at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) > at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown > Source) > at java.util.concurrent.FutureTask.runAndReset(Unknown Source) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown > Source) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown > Source) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown > Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown > Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > ) > <20091222-19:32:27, FIX.5.0:1BD2->EXEC, event> (Error during logon request > initiation) > > Am I misunderstanding something, or is there a bug here? > > -Marko > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > > -- View this message in context: http://n2.nabble.com/No-FIX5-0-Logon-Message-Type-tp4205286p4208999.html Sent from the QuickFIX/J mailing list archive at Nabble.com. |