Delta operation and Uint

Imported from previous forum

Hi, now I am creating a FAST engine for encode\decode FAST messages. And I have a question how must correct work the #DELTA# operation for the Uint?

Hi Sergey,

I’m not sure what you’re asking about?

delta for unsigned ints work the same as for signed ints.
the wire representation of the delta is a signed integer.

Pls refer to section 6.3.7.1 of the FAST 1.1 specification.

HTH,
Rolf

Hi, now I am creating a FAST engine for encode\decode FAST messages.
And I have a question how must correct work the #DELTA# operation
for the Uint?

Thanks.

Hi Sergey,

I’m not sure what you’re asking about?

delta for unsigned ints work the same as for signed ints. the wire
representation of the delta is a signed integer.

Pls refer to section 6.3.7.1 of the FAST 1.1 specification.
HTH, Rolf

Hi, now I am creating a FAST engine for encode\decode FAST messages.
And I have a question how must correct work the #DELTA# operation for
the Uint?