jramoyo / quickfix-messenger

Front-end messaging application built on-top of the QuickFIX/J engine
BSD 3-Clause "New" or "Revised" License
45 stars 24 forks source link

Message table is not showing received order #11

Open jramoyo opened 10 years ago

jramoyo commented 10 years ago

Migrated from Google Code

Hi,

I am using QuickFIX Messenger as the executing broker for my orders for testing. I found an issue in QuickFIX Messenger.

When I send an IOI(35=6), it shows the message in GUI but when I send a SingleOrder(35=D) it does not show order in GUI.

I checked the log file and found that both IOI and Order are being received by QuickFIX messenger but somehow it is not showing Order.

Here are the log messages:

8=FIX.4.2 9=0177 35=6 50=guest1 57=quickfix 34=211 49=INDIGOT 56=QUICKFIX 52=20130110-09:03:30 55=ADU11 15=USD 23=5475009 27=S 28=N 44=34.0 54=1 58=QUICKFIX.IOI 62=20130110-10:03:29 199=1 104=A 10=065
8=FIX.4.2 9=60 35=0 34=209 49=QUICKFIX 52=20130110-09:03:56.519 56=INDIGOT 10=170
8=FIX.4.2 9=0056 35=0 34=212 49=INDIGOT 56=QUICKFIX 52=20130110-09:04:00 10=050
8=FIX.4.2 9=0155 35=D 50=guest1 57=quickfix 34=213 49=INDIGOT 56=QUICKFIX 52=20130110-09:04:27 55=ADM12 1=A1 21=2 15=USD 11=4770008 63=0 59=0 54=1 47=A 40=1 38=100 211=0.0 10=103

If you see these messages on GUI, Order is not shown. I have attached the snapshot for this.

Can you please fix this?

Thanks, Vipul

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2945202-message-table-is-not-showing-received-order?utm_campaign=plugin&utm_content=tracker%2F704082&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F704082&utm_medium=issues&utm_source=github).
jramoyo commented 10 years ago

Marked as invalid until we find a way to reproduce.