Thread: Re: [Quickfix-developers] Missing SecurityType
Brought to you by:
orenmnero
From: <or...@qu...> - 2008-05-05 16:18:51
|
I don't believe this problem exists in the standard QuickFIX. Is this maybe unique to QuickFIX/J? --oren > -------- Original Message -------- > Subject: [Quickfix-developers] Missing SecurityType > From: Warren Sze <War...@th...> > Date: Mon, May 05, 2008 10:12 am > To: qui...@li... > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html<hr>Hi, > > It looks like quickfix.field.SecurityType class is missing a bunch of > enumerated values: > > FHA > FHL > FN > GN > GOVT > MUNI > RP > RVRP > SL > USTB > ZOO > > The problem's in both self-compiled and binary distributions (this is > for quickfixj 1.3.1). It seems like only the common values across all > protocols make it in. I would have assumed it would be a super set of > all of them. > > The protocol I'm interested in getting correct is 4.2 so I tried to only > build that one by editing the ant scripts but got a bunch of compile > errors. I was thinking about re-writing the code generators to do a > super set but the code wasn't straight forward. An inelegant thing I > can do is edit all the data dictionaries to include all SecurityTypes > but I would rather not. > > Has anybody else run across this problem? > > Thanks. > > > Warren > > > Warren Sze > Technical Specialist > Thomson Reuters > Phone: 646-223-7028 > war...@th... > RM: war...@re... > > This email was sent to you by Thomson Reuters, the global news and information company. > Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Thomson Reuters.<hr>------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone<hr>_______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
From: <or...@qu...> - 2008-05-05 19:14:49
|
Yeah, this is right. Looks like we should be aggregating these values when generating the code. If we do this with fields too we can generate the deprecated fields instead of maintaining that list by hand. > -------- Original Message -------- > Subject: Re: [Quickfix-developers] Missing SecurityType > From: Mike Gatny <mg...@co...> > Date: Mon, May 05, 2008 12:22 pm > To: qui...@li... > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > I did a quick check (find src/C++/ -name "*.h" | xargs egrep -H > 'MUNI|GOVT|FHA|ZOO') and it looks like the values Wareen mentions really > aren't there. For standard quickfix, should they be defined in > DeprecatedValues.h? > -- > Mike Gatny > Connamara Systems, LLC > http://www.connamara.com/ > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
From: Warren S. <War...@th...> - 2008-05-06 19:06:06
|
Hi, Hard to believe I'm the first one to catch this issue. It seems like something very fundamental. Is there a solution close at hand? And when would there be a new release of the library? If there isn't I can take the generated code, hand edit the missing values in the SecurityType class, and then compile. I would rather not do that but I have to move forward. Thanks everybody for their input. Warren -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of or...@qu... Sent: Monday, May 05, 2008 3:15 PM To: Mike Gatny Cc: qui...@li... Subject: Re: [Quickfix-developers] Missing SecurityType QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Yeah, this is right. Looks like we should be aggregating these values when generating the code. If we do this with fields too we can generate the deprecated fields instead of maintaining that list by hand. > -------- Original Message -------- > Subject: Re: [Quickfix-developers] Missing SecurityType > From: Mike Gatny <mg...@co...> > Date: Mon, May 05, 2008 12:22 pm > To: qui...@li... > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > I did a quick check (find src/C++/ -name "*.h" | xargs egrep -H > 'MUNI|GOVT|FHA|ZOO') and it looks like the values Wareen mentions really > aren't there. For standard quickfix, should they be defined in > DeprecatedValues.h? > -- > Mike Gatny > Connamara Systems, LLC > http://www.connamara.com/ > ------------------------------------------------------------------------ - > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j avaone > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers ------------------------------------------------------------------------ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j avaone _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers This email was sent to you by Thomson Reuters, the global news and information company. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Thomson Reuters. |
From: Mike G. <mg...@co...> - 2008-05-05 17:23:08
|
I did a quick check (find src/C++/ -name "*.h" | xargs egrep -H 'MUNI|GOVT|FHA|ZOO') and it looks like the values Wareen mentions really aren't there. For standard quickfix, should they be defined in DeprecatedValues.h? -- Mike Gatny Connamara Systems, LLC http://www.connamara.com/ |
From: Mike P. <mic...@ya...> - 2008-05-05 17:54:50
|
I really haven't used any validation yet but I believe you should be checking the data dictionary files (xml). The data dictionary files are used to check for validity but only if it's turned on. spec/FIX42.xml: <value enum="MUNI" description="MUNICIPAL_BOND"/> --- On Mon, 5/5/08, Mike Gatny <mg...@co...> wrote: > From: Mike Gatny <mg...@co...> > Subject: Re: [Quickfix-developers] Missing SecurityType > To: qui...@li... > Date: Monday, May 5, 2008, 12:22 PM > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: > http://www.quickfixengine.org/services.html > > I did a quick check (find src/C++/ -name "*.h" | > xargs egrep -H > 'MUNI|GOVT|FHA|ZOO') and it looks like the values > Wareen mentions really > aren't there. For standard quickfix, should they be > defined in > DeprecatedValues.h? > > -- > Mike Gatny > Connamara Systems, LLC > http://www.connamara.com/ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) > Conference > Don't miss this year's exciting event. There's > still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |