[Quickfix-developers] Question: fix 4.4 Persisting to SQL
Brought to you by:
orenmnero
|
From: kuriandungu <kur...@ya...> - 2007-09-17 12:38:08
|
Hello, Background: I've looked at TradeClient and Executor examples but couldnt really get them to work.(still new at fix) My client would like to simply persist each trading floor transaction in a way that is easy to store in SQL to allow for historical queries and for display of trading info as it happens. The Question: how does one, a) persist the messages to SQL ? some sample code would really help. b) has anyone had to break down the message string (cracked the message i think) into the component Tables for Market_data, Orders,Securities,bids etc. So that when the messages come in they saved to the respective tables depending on what type of transaction they are? thus allowing a user to query a specific aspect only Thanks. -- View this message in context: http://www.nabble.com/Question%3A-fix-4.4-Persisting-to-SQL-tf4466374.html#a12734887 Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |