PrivateQuote

Tag 1171

PrivateQuote

Abbreviation: PrvtQt
TypeBoolean
Tag1171
AddedFIX.5.0
Used in4 messages

Description

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
WireNameDescription
1171=YPrivateQuotePrivate Quote
1171=NPublicQuotePublic Quote

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
YPrivateQuotePrivate QuoteFIX.5.0
NPublicQuotePublic QuoteFIX.5.0