Re: [Quickfix-users] FIX 4.2 Commission error....
Brought to you by:
orenmnero
From: Eranga S. <pe...@ri...> - 2007-03-23 04:21:45
|
I am sending a order ( 35 =D ) with both 12 and 13 tags. Once Exchange ack the order ( 39 =0 ) it sends back me both tags ( 12 and 13 ). At that time my FIX engine reject that execution report saying "Incorrect data format for value". This happens only when I set tag 12 value for Double. It works perfect with int values. I change the Specification type from "AMT" to "PRICE". Again to "FLOAT" I am using Quickfix through a JNI. But still problem there. Pl help me to solve this issue. Eranga -----Original Message----- From: John Haldi [mailto:JH...@al...] Sent: Thursday, March 22, 2007 8:19 PM To: Eranga Samararathna Subject: RE: [Quickfix-users] FIX 4.2 Commission error.... Is the error you are referring to coming from the IDE at design time or is it a FIX error at run time from your acceptor application? Also, what are you setting CommType (tag=13) to? Perhaps if you don't set it there is no default value? I've never used this field so I'm not sure. But when I try to "get" the value, I know that the default class returns a double var type. John -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Eranga Samararathna Sent: Thursday, March 22, 2007 10:17 AM To: qui...@li...; qui...@li... Subject: [Quickfix-users] FIX 4.2 Commission error.... QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html |