Re: [Quickfix-developers] QF java: public class MDEntryDate extends StringField?
Brought to you by:
orenmnero
From: Oren M. <om...@ri...> - 2004-06-21 16:52:27
|
should be UtcDateField, In FIX 4.4 they changed the name from UtcDate to UtcDateOnly. The java=20= code generator needs to be updated to reflect that. It defaults to=20 StringField if it can't find a known type, which is what happened here. --oren On Jun 21, 2004, at 11:27 AM, Joerg Thoennes wrote: > QuickFIX Documentation:=20 > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: http://www.quickfixengine.org/quickfix/doc/html/FAQ.html > > Hi Oren, > > should it be > > =A0=A0=A0=A0=A0=A0=A0 public class MDEntryDate extends UtcDate > > Cheers, J=F6rg > > --=20 > Joerg Thoennes > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0 http://macd.com > Tel.: +49 (0)241 44597-24=A0=A0=A0=A0=A0 Macdonald Associates GmbH > Fax : +49 (0)241 44597-10=A0=A0=A0=A0=A0 Lothringer Str. 52, D-52070 = Aachen > > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco,=20= > CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code=20 > NWMGYKND > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |