Skip to content

Commit 7bb5448

Browse files
author
Michael Ward
committed
[Rust] updated issue1066.xml
1 parent c0b9dc1 commit 7bb5448

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed
Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
<messageSchema xmlns:sbe="http://fixprotocol.io/2016/sbe" package="issue1066" id="1066" version="2"
2-
semanticVersion="1.0.0" byteOrder="littleEndian">
3-
<types>
4-
<composite name="messageHeader">
5-
<type name="blockLength" primitiveType="uint16"
6-
description="Length of the root of the FIX message contained before repeating groups or variable/conditions fields." />
7-
<type name="templateId" primitiveType="uint16"
8-
description="Template ID used to encode the message." />
9-
<type name="schemaId" primitiveType="uint16"
10-
description="ID of the system publishing the message." />
11-
<type name="version" primitiveType="uint16" description="Schema version." />
12-
</composite>
13-
</types>
14-
<message name="issue1066" id="1">
15-
<field name="field" id="1" type="uint16" semanticType="Int" sinceVersion="2"
16-
presence="optional" />
17-
</message>
18-
</messageSchema>
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<sbe:messageSchema
3+
xmlns:sbe="http://fixprotocol.io/2016/sbe"
4+
package="issue1066"
5+
id="1066"
6+
version="2"
7+
semanticVersion="1.0.0"
8+
byteOrder="littleEndian">
9+
<types>
10+
<composite name="messageHeader">
11+
<type name="blockLength" primitiveType="uint16"
12+
description="Length of the root of the FIX message contained before repeating groups or variable/conditions fields."/>
13+
<type name="templateId" primitiveType="uint16"
14+
description="Template ID used to encode the message."/>
15+
<type name="schemaId" primitiveType="uint16"
16+
description="ID of the system publishing the message."/>
17+
<type name="version" primitiveType="uint16" description="Schema version."/>
18+
</composite>
19+
</types>
20+
<sbe:message name="issue1066" id="1">
21+
<field name="field" id="1" type="uint16" semanticType="Int" sinceVersion="2"
22+
presence="optional"/>
23+
</sbe:message>
24+
</sbe:messageSchema>

0 commit comments

Comments
 (0)