Skip to content

Commit acf72bd

Browse files
author
Hanno Klein
committed
Resolved GitHub issue #111
Only applied to latest releases of V1.0 and V2.0
1 parent 7ad6273 commit acf72bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v1-0-STANDARD/doc/02FieldEncoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ attribute or a constant attribute.
528528

529529
| FIX datatype | Description | Backing primitives | Length (octets) | Required schema attribute |
530530
|---------------|-----------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------|--------------------------------------------------------------------|
531-
| String | character array | Array of char of specified length, delimited by NUL character if a string is shorter than the length specified for a field. | Specified by length attribute | length (except may be inferred from a constant value, if present). |
531+
| String | character array | Array of char of specified length, padded by NUL character if a string is shorter than the length specified for a field. | Specified by length attribute | length (except may be inferred from a constant value, if present). |
532532

533533
A length attribute set to zero indicates variable length. See section
534534
[*Variable-length string encoding*](#variable-length-string-encoding) for details.

v2-0-RC3/doc/02FieldEncoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ attribute or a constant attribute.
541541

542542
| FIX data type | Description | Backing primitives | Length (octets) | Required schema attribute |
543543
|---------------|-----------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------|--------------------------------------------------------------------|
544-
| String | character array | Array of char of specified length, delimited by NUL character if a string is shorter than the length specified for a field. | Specified by length attribute | length |
544+
| String | character array | Array of char of specified length, padded by NUL character if a string is shorter than the length specified for a field. | Specified by length attribute | length |
545545

546546
A length attribute set to zero indicates variable length. See section [*Variable-length string*](#variable-length-string-encoding).
547547

0 commit comments

Comments
 (0)