Imported from previous forum
We currently have a third-part application which supports the FIX protocol. I’m trying to figure out if it is possible to export message data into a text file?
Has anyone tried to do this?
Thanks,
Ed
We currently have a third-part application which supports the FIX
protocol. I’m trying to figure out if it is possible to export message
data into a text file?Has anyone tried to do this?
Thanks,
Ed
This would depend on the third-party application, check if logging is turned on for FIX traffic. Then you could either use a standard FIX log viewer like
http://www.quickfixengine.org/quickfix-logviewer/documentation.pdf
or build your own log viewer / application to analyze the log.
We currently have a third-part application which supports the FIX
protocol. I’m trying to figure out if it is possible to export message
data into a text file?Has anyone tried to do this?
Thanks,
Ed
This would depend on the third-party application, check if logging is
turned on for FIX traffic. Then you could either use a standard FIX log
viewer likehttp://www.quickfixengine.org/quickfix-logviewer/documentation.pdf
or build your own log viewer / application to analyze the log.
Thanks for your help! I will look into this.