Javarevisited: FIX Log Viewer - Tool to view FIX messages in Readable format
Menu ▼ FIX Log Viewer - Tool to view FIX messages in Readable format It's been a long time, I wrote anything related to FIX protocol, my last article was about FIX protocol dictionaries , also known as Fixionnary, one of the most important tools of the trade for Java developers and support personnel working in FIX. Today, I am going to share another useful tool called FIX Log Viewer, which allows you to view FIX engine logs in a much more readable format. If you have been working in FIX based application e.g. Client Connectivity, Order Management or Exchange Connectivity systems, then you know, how difficult is to analyse a sequence of FIX messages for something specific. Though grep command helps a lot in finding right lines of FIX messages from a humongous log files, it fails to serve its purpose if all the FIX messages are written as one long line. For example QuickFixJ, an open source FIX engine writes FIX messages in its session persistence file in just one line.Read full article from Javarevisited: FIX Log Viewer - Tool to view FIX messages in Readable format
No comments:
Post a Comment