Re: [Quickfix-users] millisec in timestamps not showing
Brought to you by:
orenmnero
From: DKL-Gator <dl...@sx...> - 2008-09-06 12:02:36
|
Thank you, that was it. I didn't notice the boolean that is needed. (I'm using 4.2 by the way). -Dean Oren Miller wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > >>Oh, also that the MillisecondsInTimestamp are for timestamps created by >>the session, if you are creating your own timestamp outside of the >>session, you must pass in a boolean to the constructor indicating you >>want milliseconds. > >>--oren > >> -------- Original Message -------- >> Subject: [Quickfix-users] millisec in timestamps not showing >> From: DKL-Gator <dl...@sx...> >> Date: Fri, September 05, 2008 9:21 pm >> To: qui...@li... >> >> >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> >> I have MillisecondsInTimeStamp set to Y in my config file. However when I >> create a timestamp such as with the following code, the timestamp in the >> message does not have milliseconds in it. What am I doing wrong? >> >> message.set(FIX::ExpireTime(FIX::UtcTimeStamp())); >> >> Thanks, >> Dean >> -- >> View this message in context: >> http://www.nabble.com/millisec-in-timestamps-not-showing-tp19342392p19342392.html >> Sent from the QuickFIX - User mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Quickfix-users mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > -- View this message in context: http://www.nabble.com/millisec-in-timestamps-not-showing-tp19342392p19345928.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |