MultipleCharValue fields contain a set of single-character codes. Codes are separated with a space.
As an example, the string "2 A F" represents the set [2, A, F].
Deprecated. The use of datatype MultipleCharValue is no longer permitted for enhancements or additions to the FIX protocol. New message designs should use repeating groups for multiple values instead.
Example | Valid | Notes |
---|---|---|
2 A F | ||
2 | ||
2 2 | Values should be unique | |
2 AF | Each value must be a single character |