Tag 1171
PrivateQuote
Abbreviation:
PrvtQtDescription
Specifies whether a quote is public, i.e. available to the market, or private, i.e. available to a specified counterparty only.
Wire Format & Usage Example
Single field (key=value)
1171=Y (PrivateQuote)
In a FIX message (QuoteRequest)
8=FIX.4.4 | 9=... | 35=R | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1171=Y (PrivateQuote) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1171=Y (PrivateQuote) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1171=Y | PrivateQuote | Private Quote |
1171=N | PublicQuote | Public Quote |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| Y | PrivateQuote | Private Quote | FIX.5.0 |
| N | PublicQuote | Public Quote | FIX.5.0 |