QuoteRejectReason

Tag 300

QuoteRejectReason

Abbreviation: RejRsn
Typeint
Tag300
AddedFIX.4.2
Used in1 messages

Description

Reason Quote was rejected

Wire Format & Usage Example

Single field (key=value)
300=1 (UnknownSymbol)
In a FIX message (MassQuoteAcknowledgement)
8=FIX.4.4 | 9=... | 35=b | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 300=1 (UnknownSymbol) |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 300=1 (UnknownSymbol) is this field's position in the message.

All valid values
WireNameDescription
300=1UnknownSymbolUnknown symbol (Security)
300=2ExchangeExchange (Security) closed
300=3QuoteRequestExceedsLimitQuote Request exceeds limit
300=4TooLateToEnterToo late to enter
300=5UnknownQuoteUnknown Quote
300=6DuplicateQuoteDuplicate Quote
300=7InvalidBidInvalid bid/ask spread
300=8InvalidPriceInvalid price
300=9NotAuthorizedToQuoteSecurityNot authorized to quote security
300=99OtherOther

Enumerated Values

10
ValueSymbolic NameDescriptionAdded
1UnknownSymbolUnknown symbol (Security)FIX.4.2
2ExchangeExchange (Security) closedFIX.4.2
3QuoteRequestExceedsLimitQuote Request exceeds limitFIX.4.2
4TooLateToEnterToo late to enterFIX.4.2
5UnknownQuoteUnknown QuoteFIX.4.2
6DuplicateQuoteDuplicate QuoteFIX.4.2
7InvalidBidInvalid bid/ask spreadFIX.4.2
8InvalidPriceInvalid priceFIX.4.2
9NotAuthorizedToQuoteSecurityNot authorized to quote securityFIX.4.2
99OtherOtherFIX.4.4

Used in Messages

1