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
|