MessageEncoding

Tag 347

MessageEncoding

Abbreviation:
TypeString
Tag347
AddedFIX.4.2
Used in46 messages

Description

Type of message encoding (non-ASCII (non-English) characters) used in a message’s "Encoded" fields.

Wire Format & Usage Example

Single field (key=value)
347=EUC-JP (EUCJP)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 347=EUC-JP (EUCJP) |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 347=EUC-JP (EUCJP) is this field's position in the message.

All valid values
WireNameDescription
347=EUC-JPEUCJP(for using EUC)
347=ISO-2022-JPISO2022JP(for using JIS)
347=Shift_JISShiftJIS(for using SJIS)
347=UTF-8UTF8(for using Unicode)

Enumerated Values

4
ValueSymbolic NameDescriptionAdded
EUC-JPEUCJP(for using EUC)FIX.4.2
ISO-2022-JPISO2022JP(for using JIS)FIX.4.2
Shift_JISShiftJIS(for using SJIS)FIX.4.2
UTF-8UTF8(for using Unicode)FIX.4.2