[This message was posted by Zoltan Vekony of <[email protected]> to the "FAST Protocol" discussion forum at http://fixprotocol.org/discuss/46. You can reply to it on-line at http://fixprotocol.org/discuss/read/6e001485 - PLEASE DO NOT REPLY BY MAIL.]
Hi all, I'm using the Version 1.0.0 of the OpenFAST Java library (loaded from sourceforge.net). I think, there is an error while encoding unsigned integer values like 16384 [2 ^ (n*7)]. The function IntegerCodec.getUnsignedIntegerSize() returns 2 bytes for the length of the encoded value of 16384, but we need 3 bytes (00000001 00000000 1000000 or in hex 01 00 80) to encode this value. Is there a newer Version of the library working correctly or can anyone correct the sources at sourceforge.net? Thanks Zoltan [You can unsubscribe from this discussion group by sending a message to mailto:[email protected]] -- You received this message because you are subscribed to the Google Groups "Financial Information eXchange" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fix-protocol?hl=en.
