{{Quickfixn}} how to store the FIX message into the database
vishvesh raval
vishveshraval at hotmail.com
Mon Dec 2 02:36:09 PST 2013
hi walter, sorry that i posted the question in wrong list. I am new to these things.can you please guide me or give me link for the correct list to post the question.I will be very grateful to you for your help.I really need help in this matter.Sorry for your inconvenience.
Thanks & Regards,Vishwesh Raval.
CC: quickfixn at lists.quickfixn.com
From: ditwal001 at gmail.com
Date: Mon, 2 Dec 2013 09:20:50 +0100
To: quickfixn at lists.quickfixn.com
Subject: Re: {{Quickfixn}} how to store the FIX message into the database
hi,
i dont know if this is the right list for that queston! basicly what do u want to store? everything then go into "fromapp" qfn event or specific qfn data then use one of the qfn message event's.
for the data and compatibility we store it as a serialized json object in a oodb. if u need to use relational db then maybe use one column for the serialized string and other designed colums for ur search criterias since search ops on char is a overhead ops.
for the database personally we use mem cache base document store "couch base" or "mongodb". it depends on what speed you need or interval the fix data is comming in onto your end.
but i guess there are much better list out there to answer u that question.thx
walter.
On 02 Dec 2013, at 06:54, vishvesh raval <vishveshraval at hotmail.com> wrote:
hi sir, i have one query about quickfix messages.i will be very grateful if you give your valuable guidance to me. I want to know that how to store the FIX message into the database to keep the log of the transferring message in sql server 2005. Is it to store whole message into the single column of the table or store the whole message in the Tag value format i.e. column names should be tag names or tag values and actual transferring message values in the row. can anyone give me suggestion on it. Thanks in advance.
Thanks & Regards,Vishwesh Raval
_______________________________________________
Quickfixn mailing list
Quickfixn at lists.quickfixn.com
http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
_______________________________________________
Quickfixn mailing list
Quickfixn at lists.quickfixn.com
http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20131202/4bc1a116/attachment-0002.htm>
More information about the Quickfixn
mailing list