Re: [Quickfix-developers] new OrdType
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2007-02-09 15:00:35
|
Make sure you add it to your xml DataDictionary. That is what =20 determines validation. --oren On Feb 9, 2007, at 8:53 AM, =C5sa Sandberg wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/=20 > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi all, > > I'm trying to send Iceberg orders (order type 'Z' which was not a =20 > defined OrdType in QuickFix42 and I have therefore added it myself). > > > > public class OrdType : CharField > > { > > public const int FIELD =3D 40; > > public const char FOREX_LIMIT =3D 'F'; > > public const char FOREX_MARKET =3D 'C'; > > public const char FOREX_PREVIOUSLY_QUOTED =3D 'H'; > > public const char FOREX_SWAP =3D 'G'; > > public const char FUNARI =3D 'I'; > > public const char ICEBERG =3D 'Z'; > > > > But I still get an error message saying: > > "Rejected: Value is incorrect (out of range) for this tag:40)" when =20= > sending a NewOrder(Single). > > > > Anyone who has had the same problem and knows what more I have to =20 > do to add new order types into QuickFix? > > > > Grateful for any help! > > > > /=C5sa > > ----------------------------------------------------------------------=20= > --- > Using Tomcat but need to do more? Need to support web services, =20 > security? > Get stuff done quickly with pre-integrated technology to make your =20 > job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > Geronimo > http://sel.as-us.falkag.net/sel?=20 > cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642________________________= ______=20 > _________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |