@@ -385,10 +385,10 @@ integer values by setting exponent to zero.
385385</composite >
386386```
387387
388- Field inherits semanticType from encoding
388+ A field uses the encoding and adds semanticType.
389389
390390``` xml
391- <field type =" intQty32" name =" OrderQty" id =" 38"
391+ <field type =" intQty32" name =" OrderQty" id =" 38" semanticType = " Qty "
392392 description =" Total number of shares" />
393393```
394394
@@ -507,7 +507,7 @@ control character (code 0).
507507This is the standard encoding for char type.
508508
509509``` xml
510- <type name =" char " primitiveType =" char" />
510+ <type name =" charType " primitiveType =" char" />
511511```
512512
513513Wire format of char encoding of "A" (ASCII value 65, hexadecimal 41)
@@ -861,7 +861,7 @@ Enumeration of time units:
861861Timestamp with variable time units:
862862
863863``` xml
864- <composite name =" UTCTimestamp" description =" UTC timestamp with precision on the wire" semanticType = " UTCTimestamp " >
864+ <composite name =" UTCTimestamp" description =" UTC timestamp with precision on the wire" >
865865 <type name =" time" primitiveType =" uint64" />
866866 <type name =" unit" primitiveType =" uint8" />
867867</composite >
@@ -956,7 +956,7 @@ time at the market instead of UTC time.
956956The standard encoding specification for LocalMktDate
957957
958958``` xml
959- <type name =" localMktDate" primitiveType =" uint16" semanticType = " LocalMktDate " />
959+ <type name =" localMktDate" primitiveType =" uint16" />
960960```
961961
962962Local time encoding
0 commit comments