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
|