quickfast icon indicating copy to clipboard operation
quickfast copied to clipboard

Decoding error

Open GoogleCodeExporter opened this issue 10 years ago • 2 comments

Hi,

run this 

TutorialApplication.exe template.txt fast.message

Output
Decoding error : [ERR D2] Unsigned Integer Field overflow. Field: TradeDate

can anyone explain.
Thanks.

Original issue reported on code.google.com by [email protected] on 16 Jun 2011 at 5:59

GoogleCodeExporter avatar Apr 21 '15 11:04 GoogleCodeExporter

The FAST encoding for integers can represent an integer of any length.  The 
template specifies a particular length for each integer field.  If the data 
decode from the incoming message exceeds the size of the field defined in the 
template, then QuickFAST produces this error message.

The cause could be a template mismatch between sender/encoder and 
receiver/decoder, or an error in the encoder or decoder.

To diagnose the problem you can use the echo options to see the raw data as it 
is being decoded to determine whether it is encoded correctly.

Original comment by [email protected] on 16 Jun 2011 at 3:29

  • Changed state: Acknowledged

GoogleCodeExporter avatar Apr 21 '15 11:04 GoogleCodeExporter

Hello Dale,
I have a decoding error too,could you please tell me how to use the echo 
options?
I am of beginner of QuickFast.

Thanks
David

Original comment by [email protected] on 5 Jul 2011 at 1:23

GoogleCodeExporter avatar Apr 21 '15 11:04 GoogleCodeExporter