[Quickfix-developers] Custom OrdType
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2009-05-12 17:59:53
|
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? 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. |