Re: [Quickfix-users] [Quickfix-developers] FW: Quickfix c++ Session level rejection problem.....
Brought to you by:
orenmnero
From: Caleb E. <cal...@gm...> - 2007-08-24 15:39:17
|
On 8/24/07, Eranga Samararathna <pe...@ri...> wrote: > My program just extend the FIX :: Application. Any help highly appreciate. Something smells fishy here. From my reading of the code, this exception is usually thrown when validating a message against the Data Dictionary, and in that case should only be thrown if there is actually a value for the tag in question. The other possibility is that you are calling getValue on a Price field which has not been initialized or which has been initialized from a string that does not parse as a double. We need to see your code to get to the bottom of this. -- Caleb Epstein |