QuoteRejectReason

Tag 300

QuoteRejectReason

Abbreviation: RejRsn
Typeint
Tag300
AddedFIX.4.2
Used in2 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=10PriceExceedsCurrentPriceBandPrice exceeds current price band
300=11QuoteLockedQuote Locked - Unable to Update/Cancel
300=99OtherOther
300=12InvalidOrUnknownSecurityIssuerInvalid or unknown Security Issuer
300=13InvalidOrUnknownIssuerOfUnderlyingSecurityInvalid or unknown Issuer of Underlying Security

Enumerated Values

14
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
10PriceExceedsCurrentPriceBandPrice exceeds current price bandFIX.5.0
11QuoteLockedQuote Locked - Unable to Update/CancelFIX.5.0
99OtherOtherFIX.4.4
12InvalidOrUnknownSecurityIssuerInvalid or unknown Security IssuerFIX.5.0SP1
13InvalidOrUnknownIssuerOfUnderlyingSecurityInvalid or unknown Issuer of Underlying SecurityFIX.5.0SP1