Tag 725
ResponseTransportType
Abbreviation:
RspTransportTypDescription
Identifies how the response to the request should be transmitted.
Details specified via ResponseDestination (726).
Wire Format & Usage Example
Single field (key=value)
725=0 (Inband)
In a FIX message (TradeCaptureReportRequest)
8=FIX.4.4 | 9=... | 35=AD | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 725=0 (Inband) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 725=0 (Inband) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
725=0 | Inband | Inband - transport the request was sent over (default) |
725=1 | OutOfBand | Out of Band - pre-arranged out-of-band delivery mechanizm (i.e. FTP, HTTP, NDM, etc.) between counterparties. Details specified via ResponseDestination (726). |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Inband | Inband - transport the request was sent over (default) | FIX.4.4 |
| 1 | OutOfBand | Out of Band - pre-arranged out-of-band delivery mechanizm (i.e. FTP, HTTP, NDM, etc.) between counterparties. Details specified via ResponseDestination (726). | FIX.4.4 |