[Quickfix-developers] FIX::TransactTime
Brought to you by:
orenmnero
From: Joaquín G. <j.g...@ra...> - 2010-06-07 06:35:35
|
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. |