File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -1131,7 +1131,7 @@ Reference to type: This specification is equivalent to the one above.
1131
1131
Side field specification references the enumeration type
1132
1132
1133
1133
``` xml
1134
- <field type =" Side" name =" SideEnum" id =" 54" />
1134
+ <field name =" Side" type =" SideEnum" id =" 54" />
1135
1135
```
1136
1136
1137
1137
Wire format of Side "Buy" code as hexadecimal
@@ -1147,7 +1147,7 @@ name.
1147
1147
Example of a char field using a constant enum value
1148
1148
1149
1149
``` xml
1150
- <enum name =" PartyIDSourceEnum" primitiveType =" char" >
1150
+ <enum name =" PartyIDSourceEnum" encodingType =" char" >
1151
1151
<validValue name =" BIC" >B</validValue >
1152
1152
<validValue name =" GeneralIdentifier" >C</validValue >
1153
1153
<validValue name =" Proprietary" >D</validValue >
Original file line number Diff line number Diff line change @@ -16,15 +16,16 @@ groups or variable-length data.
16
16
### Sample order message schema
17
17
18
18
``` xml
19
- <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>`
19
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
20
20
21
21
<sbe : messageSchema
22
- xmlns:sbe=" http://fixprotocol.io/sbe/rc4 "
23
- xmlns : xs =" http://www.w3.org/2001/XMLSchema-instance"
22
+ xmlns:sbe=" http://fixprotocol.io/2016/sbe "
23
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
24
24
package =" Examples" id =" 100"
25
25
description =" Test dictionary"
26
26
byteOrder =" littleEndian"
27
- xsi:schemaLocation=" http://fixprotocol.io/sbe/rc4 SimpleBinary1-0.xsd" >
27
+ xsi:schemaLocation=" http://fixprotocol.io/2016/sbe sbe.xsd" >
28
+
28
29
<types >
29
30
<type name =" enumEncoding" primitiveType =" char" />
30
31
<type name =" idString" length =" 8" primitiveType =" char" semanticType =" String" />
You can’t perform that action at this time.
0 commit comments