|
FAST Protocol
< Previous Next >
Re: EBS market data decoding
Augusto Acuña / Viridian 18 Mar 2009 3:52PM ET Great, thanks for your help. I've been able to read further data from the datagram packet. The problem I'm facing now is with the way Openfast works.
I receive the udp datagram, decode it, get a VERSION MSG, continue decoding and there comes the problem. Openfast crashes because the decoding process finds an ID=120 and that's not defined in the template.
I suppose whenever an ID 120 msg is received, the application should reset the context. I can do only if I had the 120 inside the template. Is there a possible workaround for this? I mean defining somehow an empty id 120 msg inside the template and when the api decodes a message of that kind just do a reset and continue the decoding?
Hope this clears up a bit the problem I'm facing.
Thanks.
Re: EBS market data decoding Augusto Acuña / Viridian 18 Mar 2009 3:52PM ET |