NOTE: Jira is for bug reports and feature requests.
If you are entering an issue to ask a question,
please use the QuickFIX/J support options. Thank you.

Issue Details (XML | Word | Printable)

Key: QFJ-362
Type: New Feature New Feature
Status: Open Open
Priority: Default Default
Assignee: Unassigned
Reporter: Alvin Wang
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickFIX/J

Enhance message and message_log table

Created: 31/Oct/08 08:20 PM   Updated: 05/Apr/10 02:10 PM
Return to search
Issue 41 of 71 issue(s)
Component/s: Engine
Affects Version/s: None
Fix Version/s: Future Releases


 Description  « Hide
To faciliate user to monitor and manage FIX messages, I think we should add more columns into those 2 tables:

1. time (missing in messages_log)
2. message type
3. msgseqnum (missing in messages_log)
4. id (missing in messages)
5. isInbound (Y/N. Right now, sendercompid is the company and targetcompid is the counterparty. this is confusing from FIX message point of view and it is difficult to differentiate the direction)

Also I suggest to make column naming of these 2 tables be consistent to help developer to reuse code.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Steve Bate added a comment - 05/Apr/10 02:10 PM
Just FYI, the messages table is for message resend and should not be used by anything other than the internal session functionality.