Discussion Forums

Re: Presence Map
Hei Chan / N/A
12 Jan 2010 4:30PM ET

Thanks for the cheat sheet. It is very helpful ;-)

> Hi Hei,
>
> > I am trying to understand the presence map better.
>
> The presence map bits are only used for fields that might not be on the
> wire. The combination of field operator and presence attribute
> determines whether the bit is needed.
>
> As Rolf explained, in your example, a field with no operator is ALWAYS
> on the wire, so no presence map bit is needed. If the string field is
> optional, and not included in the message it is still encoded on the
> wire as a null string.
>
> Take a look at http://code.google.com/p/quickfast/wiki/FastFieldRules
>
> This, along with careful reading of the specification that you can find
> at http://www.fixprotocol.org/fast should give you the information you
> need to understand how the presence map bits are used by various
> combinations of operator and presence attributes.
>
> Dale


Presence Map
Hei Chan / N/A   11 Jan 2010 5:19AM ET
Re: Presence Map
Rolf Andersson / Pantor Engineering   11 Jan 2010 5:45AM ET
Re: Presence Map
Dale Wilson / Object Computing, Inc   11 Jan 2010 11:48AM ET
Re: Presence Map
Hei Chan / N/A   12 Jan 2010 4:30PM ET