Re: [Quickfix-developers] QuickFIX Log Analysis
Brought to you by:
orenmnero
From: Joerg T. <Joe...@ma...> - 2004-08-27 11:43:04
|
> Is there any free (Open Source) FIX Log Analysis Program available? We are > developing an QUICKFIX Initiator application which sends orders, receive > execution reports etc., At the end of the day, we would like to do analysis > of the number of messages(orders) sent, execution reports received etc., Is > there any free tool available? If you just want to do some statistics, this can be easily achieved using UNIX tools, e.g. grep -c '35=8' logfile counts the number of ExecutionReports. What else do you want to do? Cheers, Jörg -- Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen |