On Tue, May 12, 2009 at 13:59, azmat <mr...@gm...> wrote:
> QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html
> QuickFIX Support: http://www.quickfixengine.org/services.html
>
>
> Hi everyone,
>
> We have a need to submit a new order with a custom OrdType (40=10). What is
> the process of doing this? I know that QuickFIX allows for custom fields,
> but how about custom values for standard tags? Do I just add the new value
> in the FIX42.xml file and QuickFIX will take care of the rest?
>
> neworder.set(new OrdType('10')); // would this work just fine if I add a new
> enum value to FIX42.xml?
As long as the type of the field you are using will allow the new
value, then yes this is all you would have to do
> Many thanks!
> azmat
>
>
> --
> View this message in context: http://www.nabble.com/Custom-OrdType-tp23507271p23507271.html
> Sent from the QuickFIX - Dev mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> Quickfix-developers mailing list
> Qui...@li...
> https://lists.sourceforge.net/lists/listinfo/quickfix-developers
>
|