Tag 935
NetworkRequestType
Abbreviation:
NtwkReqTypDescription
Indicates the type and level of details required for a Network Status Request Message
Boolean logic applies EG If you want to subscribe for changes to certain id’s then UserRequestType =0 (8+2), Snapshot for certain ID’s = 9 (8+1)
Wire Format & Usage Example
Single field (key=value)
935=1 (Snapshot)
In a FIX message (NetworkCounterpartySystemStatusRequest)
8=FIX.4.4 | 9=... | 35=BC | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 935=1 (Snapshot) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 935=1 (Snapshot) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
935=1 | Snapshot | Snapshot |
935=2 | Subscribe | Subscribe |
935=4 | StopSubscribing | Stop Subscribing |
935=8 | LevelOfDetail | Level of Detail, then NoCompID's becomes required |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | Snapshot | Snapshot | FIX.4.4 |
| 2 | Subscribe | Subscribe | FIX.4.4 |
| 4 | StopSubscribing | Stop Subscribing | FIX.4.4 |
| 8 | LevelOfDetail | Level of Detail, then NoCompID's becomes required | FIX.4.4 |