Hi Guys,
Apologies if the post is found in the wrong area.
I am fairly new to Java and am trying to make a little program to make my life a bit easier. The idea is to be able to parse a log file with specific messages (FIX protocol messages) and display them in a meaningful table. For Example:
Message on log file is:
Code :|INFO|FIX.4.2:STP_SERVER->STP_CLIENT: 8=FIX.4.29=7635=034=112549=STP_SERVER52=20100817-22:17:00.92656=STP_CLIENT10=201 17-08-10 22:17:00.929|QFJ Timer|quickfixj.trace|DEBUG|FIX.4.2:STP_SERVER->STP_CLIENT: File store: set(1125)
Would display an output like:
http://img51.imageshack.us/img51/2521/heartbeatk.jpg
So basically not only return tokens but add a description to them as well. Any help/ideas would be appreciated.
many thanks
