|
FAST Protocol
< Previous Next >
Re: Mutually Exclusive Values in Set
Jacob Northey / The LaSalle Technology Group 7 Nov 2008 8:47AM ET> Why wouldn't the enum attribute within the set serve the same purpose.
> The enum attribute is for single values and requires the same number of
> bits. What is the advantage of introducing another attribute?
The Set represents MultiValueString fields which are enumerations. The option group just specifies which values are mutually exclusive. Using enum here instead of option is just a matter of semantics. I picked option because it won't get confused with the enum field and option seems to indicate you only get one choice.
Re: Mutually Exclusive Values in Set Jacob Northey / The LaSalle Technology Group 7 Nov 2008 8:47AM ET
|