RE: [Quickfix-developers] enumerated fields in quickfixJ
Brought to you by:
orenmnero
|
From: Steve B. <sb...@sm...> - 2006-01-04 13:30:28
|
Hi Warren, The fields classes are generated in a manner compatible with the QuickFIX JNI Java wrapper. You could make a small change to JavaCodeGenerator.generateFieldNames to create an extra package for each spec version. If you want to eliminate the existing field package, you'd also need to modify the message-related class generation to use the correct field packages (modify the import statement) for each message. Unfortunately, there is currently no Ant configuration options for this type of custom code generation. Steve Bate Smart Trade Technologies Phone: +33 4 42 90 03 97 http://www.smart-trade.net/ _____ From: qui...@li... [mailto:qui...@li...] On Behalf Of Warren Sze Sent: Wednesday, January 04, 2006 12:09 AM To: qui...@li... Subject: [Quickfix-developers] enumerated fields in quickfixJ Hi, How do I build enumerated fields for FIX 4.2? Right now it creates a package quickfix.field for FIX 4.4. I would like to have it create packages that look like this: quickfix.field.fix40 quickfix.field.fix41 quickfix.field.fix42 quickfix.field.fix43 quickfix.field.fix44 I imagine I can do this by passing a parameter to the ant script. Thanks. Warren To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Reuters Ltd. |