Tag 464
TestMessageIndicator
Abbreviation:
TestMsgIndDescription
Indicates whether or not this FIX Session is a "test" vs. "production" connection. Useful for preventing "accidents".
Wire Format & Usage Example
Single field (key=value)
464=N (Fales)
In a FIX message (Logon)
8=FIX.4.4 | 9=... | 35=A | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 464=N (Fales) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 464=N (Fales) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
464=N | Fales | Fales (Production) |
464=Y | True | True (Test) |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| N | Fales | Fales (Production) | FIX.4.3 |
| Y | True | True (Test) | FIX.4.3 |