[Quickfix-users] FIX::MDEntryTime no milliseconds
Brought to you by:
orenmnero
From: Lucio F. <dog...@ya...> - 2012-10-25 17:56:44
|
I'm trying to generate an MDEntryTime with a value that contains milliseconds. The milliseconds are getting dropped once they get entered into the Message. Upon further inspection, I find this little gem inside Field.h explicit UtcTimeOnlyField( int field, const UtcTimeOnly& data, bool showMilliseconds = false ) The constructor for MDEntryTime doesn't allow for the coder to set showMilliseconds=true. How do people get around this? |