[FAST-5] Group containing single optional decimal with always present exponent operator and optionally present mantissa operator does not create presence map Created: 09/Jul/08  Updated: 24/Oct/08  Resolved: 24/Oct/08

Status: Resolved
Project: OpenFAST
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0.0

Type: Bug Priority: Default
Reporter: Jacob Northey Assignee: Jacob Northey
Resolution: Fixed Votes: 1
Labels: None


 Description   

Given the template below, a presence map should always be encoded due to the mantissa operator requiring a presence map. However, the presence map is never encoded and the mantissa is unable to decode the value properly.

<template>
<group name="grp">
<decimal name="dcml" presence="optional">
<exponent><delta/></exponent>
<mantissa><copy/></mantissa>
</decimal>
</group>
</template>

See FAST discussion at FPL Forums: http://fixprotocol.org/discuss/read/8e1d2cc9


Generated at Sat Nov 23 22:43:40 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.