Tag 35
MsgType
Abbreviation:
MsgTypDescription
Defines message type ALWAYS THIRD FIELD IN MESSAGE. (Always unencrypted)
Note: A "U" as the first character in the MsgType field (i.e. U, U2, etc) indicates that the message format is privately defined between the sender and receiver.
*** Note the use of lower case letters ***
Wire Format & Usage Example
Single field (key=value)
35=0 (Heartbeat)
In a FIX message (Heartbeat)
8=FIX.4.4 | 9=... | 35=0 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 35=0 (Heartbeat) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 35=0 (Heartbeat) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
35=0 | Heartbeat | Heartbeat |
35=1 | TestRequest | Test Request |
35=2 | ResendRequest | Resend Request |
35=3 | Reject | Reject |
35=4 | SequenceReset | Sequence Reset |
35=5 | Logout | Logout |
35=A | Logon | Logon |
35=n | XMLnonFIX | XMLnonFIX |
Enumerated Values
8| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Heartbeat | Heartbeat | FIX.2.7 |
| 1 | TestRequest | Test Request | FIX.2.7 |
| 2 | ResendRequest | Resend Request | FIX.2.7 |
| 3 | Reject | Reject | FIX.2.7 |
| 4 | SequenceReset | Sequence Reset | FIX.2.7 |
| 5 | Logout | Logout | FIX.2.7 |
| A | Logon | Logon | FIX.2.7 |
| n | XMLnonFIX | XMLnonFIX |