Re: [Quickfix-developers] QuickFIX Log Analysis
Brought to you by:
orenmnero
From: Joerg T. <Joe...@ma...> - 2004-08-27 13:48:33
|
> We would like to implement features > Like 1) sent newordersingle Filter by date > 2) executionreport received Filtered by date ... > and provide a facility to geek the messages which are sent already. Does this UNIX grep work for you? >> 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. If it does, you could easily add a grep for the date. The same applies for NewOrderSingle ('35=D'). 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 |