Re: [Quickfix-users] FIX::MDEntryTime no milliseconds
Brought to you by:
orenmnero
From: Djalma R. d. S. F. <drs...@gm...> - 2012-10-31 23:41:20
|
quickfix\src\C++\Field.h #define DEFINE_UTCTIMEONLY( NAME ) \ DEFINE_FIELD_TIMECLASS ( NAME, UtcTimeOnly, UTCTIMEONLY) //DEFINE_FIELD_CLASS(NAME, UtcTimeOnly, UTCTIMEONLY) (the correct macro definition generates the constructor with showMilliseconds parameter) On Thu, Oct 25, 2012 at 3:56 PM, Lucio Flores <dog...@ya...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > 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? > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |