Re: [Quickfix-users] Problem with sending orders
Brought to you by:
orenmnero
From: Mihkel T. <mih...@gm...> - 2016-07-12 09:41:21
|
Hi, Thanks for the answer. Unfortunately I already tried adding this line to the FIX44 file, but I still get the error. Mihkel On Tue, Jul 12, 2016 at 12:37 PM Joaquin Gracia <jo...@eu...> wrote: > Maybe the value “111” is not in the list of possible values defined in the > dictionary. Something like: > > <field number=“22” name=“IDSource” type=“STRING”> > <value enum=“111” descrption=“WHATEVER”> > … > </field> > > Hope that helps. > > > Joaquín Gracia > Eurosigma S.A. > > El 12/7/2016, a las 11:23, Mihkel Tali <mih...@gm...> escribió: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > Hi, > I'm relatively new to FIX protocol and just made my first interface/app. I > have a problem with sending orders, more specifically the broker that I'm > connecting to requires that to identify a symbol tags 48 and 22 be used as > well. When I try to send and order my app sends a toadmin message right > after the order message which has in it 58=Value is incorrect (out of > range) for this tag , referring to tag 22, but tag 22 is a constant value > of 111 which is required by the broker. What may be the problem? > > Thanks for your help, > Mihkel > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports. > http://sdm.link/zohodev2dev_______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > |