Tagged Questions
0
votes
2answers
100 views
quickfix sendingtime (field 52) dropping milliseconds
I'm running QuickFix with the Python API and connecting to a TT FIX Adapter using FIX4.2
I'm successfully logging on and sending a market data request. The replies are fine. In my message logs (both ...
1
vote
2answers
242 views
Accessing UtcTimeStamp from Python via SWIG
I guess this is a python vs SWIG question more than anything else...
I'm using a C++ package with SWIG Python bindings.
One of the objects I receive is a UTC time stamp from which I'm trying to ...
0
votes
1answer
494 views
How to get the quickfix timestamp?
I've seen in quickfix doxygen documentation that it generates an utc timestamp as soon as it has received a FIX message from a socket file. Have a look in ThreadedSocketConnection::processStream(), it ...