Re: [Quickfix-developers] Custom OrdType
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2009-05-12 19:01:54
|
Malinka, Thanks for replying. What do you mean by " the type of the field will allow the new value"? So, for example I am adding this enum value to the FIX42.xml under the <field number="40" name="OrdType" type="CHAR"> section: <value enum="M" description="MARKET_LIMIT"/> I should be able to access this the below code, correct? neworder.set(new OrdType('M')); What (if any) other restrictions are there for adding custom values for tags? thanks! azmat Malinka Rellikwodahs wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > 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 > > ------------------------------------------------------------------------------ > 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 > -- View this message in context: http://www.nabble.com/Custom-OrdType-value-tp23507271p23508451.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |