[Quickfix-users] TransactTime
Brought to you by:
orenmnero
From: Vincent P. <vpr...@ph...> - 2008-12-23 03:48:51
|
I'm having difficulty figuring out how to set the field FIX::TransactTime. For example, the class NewOrderMultileg takes it as a parameter to one of its constructors. A grep of the code reveals lines like these: FIELD_SET(*this, FIX::TransactTime); set(aTransactTime); but this isn't helping me much because I can't trace the macros back with my vim editor. It would be cool if someone could give me the synopsis or the macro, whatever the case may be, that will create the FIX::TransactTime object? -- Vincent |