@@ -18,7 +18,7 @@ session protocol and application level behavior.
18
18
In order to support traditional FIX semantics, all the documented field
19
19
types are supported. However, instead of printable character
20
20
representations of tag-value encoding, the type system binds to native
21
- binary data types , and defines derived types as needed.
21
+ binary datatypes , and defines derived types as needed.
22
22
23
23
The binary type system has been enhanced in these ways:
24
24
@@ -37,7 +37,7 @@ The binary type system has been enhanced in these ways:
37
37
The message design strives for direct data access without complex
38
38
transformations or conditional logic. This is achieved by:
39
39
40
- - Usage of native binary data types and simple types derived from
40
+ - Usage of native binary datatypes and simple types derived from
41
41
native binaries, such as prices and timestamps.
42
42
43
43
- Preference for fixed positions and fixed length fields, supporting
@@ -123,18 +123,20 @@ Representation of dates and times
123
123
Securities and related financial instruments - Codes for exchanges and
124
124
market identification (MIC)
125
125
126
+ [ ISO/IEC 11404:2007] ( https://www.iso.org/standard/39479.html ) Information technology -- General-Purpose Datatypes (GPD)
127
+
126
128
XML 1.1 schema standards are located here [ W3C XML Schema] ( http://www.w3.org/XML/Schema.html#dev )
127
129
128
130
# Terms and definitions
129
131
130
- ** Data type ** - A field type with its associated encoding attributes,
132
+ ** datatype ** - A field type with its associated encoding attributes,
131
133
including backing primitive types and valid values or range. Some types
132
134
have additional attributes, e.g. epoch of a date.
133
135
134
136
** Encoding** - a message format for interchange. The term is commonly used
135
137
to mean the conversion of one data format to another, such as text to
136
138
binary. However, Simple Binary Encoding strives to use native binary
137
- data types in order to make conversion unnecessary, or at least trivial.
139
+ datatypes in order to make conversion unnecessary, or at least trivial.
138
140
Encoding also refers to the act of formatting a message, as opposed to
139
141
decoding.
140
142
0 commit comments