Re: [Quickfix-developers] FIX::TransactTime
Brought to you by:
orenmnero
From: <or...@qu...> - 2010-06-10 13:29:01
|
You can store it in a datetime if you like. getTimeT() will get you a time_t value. If you really only need it for recovery than a string is fine also. Really if you are canceling a previous order I would just store the entire order as a string. That way you know you will have everything you need. --oren > -------- Original Message -------- > Subject: [Quickfix-developers] FIX::TransactTime > From: Joaquín_Gracia <j.g...@ra...> > Date: Mon, June 07, 2010 1:15 am > To: qui...@li... > > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi all, > > I need to store TransactTime field (fix 4.2) in a SQL table record > and, of course, being able to recover it. > > What datatype should I use in SQL? Do I have to use datetime? In that > case, how do I convert FIX::TransactTime to CTime in C++? > > Do I need to "remember" transactTime at all to cancel a previous order > (it seems to me that OrderCncelRequest does need this argument) ? > > Thank you. > > Joaquín Gracia. > > > > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |