You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<arel="license"href="http://creativecommons.org/licenses/by-nd/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png" /></a><br /><spanxmlns:dct="http://purl.org/dc/terms/"href="http://purl.org/dc/dcmitype/Text"property="dct:title"rel="dct:type">FIX Simple Binary Encoding</span> by <axmlns:cc="http://creativecommons.org/ns#"href="http://www.fixtradingcommunity.org/"property="cc:attributionName"rel="cc:attributionURL">FIX Protocol Ltd.</a> is licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.<br />Based on a work at <axmlns:dct="http://purl.org/dc/terms/"href="https://github.com/FIXTradingCommunity/fix-simple-binary-encoding"rel="dct:source">https://github.com/FIXTradingCommunity/fix-simple-binary-encoding</a>
Copy file name to clipboardExpand all lines: v2-0-RC1/doc/01Introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ intended to represent all FIX semantics.
9
9
This encoding specification describes the wire protocol for messages.
10
10
Thus, it provides a standard for interoperability between communicating
11
11
parties. Users are free to implement the standard in a way that best
12
-
suits their needs.
12
+
suits their needs. Implementers may use the most appropriate techniques and idioms of programming languages to access data off the wire and manipulate it in applications.
13
13
14
14
The encoding standard is complimentary to other FIX standards for
| 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).|
542
+
| 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 |
536
543
537
544
A length attribute set to zero indicates variable length. See [Variable-length string](#variable-length-string-encoding).
538
545
@@ -564,7 +571,7 @@ M S F T
564
571
565
572
`4d5346540000`
566
573
567
-
A character array constant specification
574
+
A character array constant specification. As for a non-constant value, if the constant is shorter than the specified length, it should be padded with NUL characters to fill the fixed-length array.
0 commit comments