quickfast
quickfast copied to clipboard
Decoding error
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
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
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