ResponseTransportType

Tag 725

ResponseTransportType

Abbreviation: RspTransportTyp
Typeint
Tag725
AddedFIX.4.4
Used in7 messages

Description

Identifies how the response to the request should be transmitted

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
WireNameDescription
725=0InbandInband: transport the request was sent over (Default)
725=1OutOfBandOut-of-Band: pre-arranged out of band delivery mechanism (i.e. FTP, HTTP, NDM, etc) between counterparties. Details specified via ResponseDestination (726).

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
0InbandInband: transport the request was sent over (Default)FIX.4.4
1OutOfBandOut-of-Band: pre-arranged out of band delivery mechanism (i.e. FTP, HTTP, NDM, etc) between counterparties. Details specified via ResponseDestination (726).FIX.4.4