Tag 300
QuoteRejectReason
Abbreviation:
Description
Reason Quote was rejected:
Wire Format & Usage Example
Single field (key=value)
300=1 (UnknownSymbol)
In a FIX message (QuoteAcknowledgement)
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
| Wire | Name | Description |
|---|---|---|
300=1 | UnknownSymbol | Unknown symbol (Security) |
300=2 | Exchange | Exchange (Security) closed |
300=3 | QuoteRequestExceedsLimit | Quote Request exceeds limit |
300=4 | TooLateToEnter | Too late to enter |
300=5 | UnknownQuote | Unknown Quote |
300=6 | DuplicateQuote | Duplicate Quote |
300=7 | InvalidBid | Invalid bid/ask spread |
300=8 | InvalidPrice | Invalid price |
300=9 | NotAuthorizedToQuoteSecurity | Not authorized to quote security |
Enumerated Values
9| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | UnknownSymbol | Unknown symbol (Security) | FIX.4.2 |
| 2 | Exchange | Exchange (Security) closed | FIX.4.2 |
| 3 | QuoteRequestExceedsLimit | Quote Request exceeds limit | FIX.4.2 |
| 4 | TooLateToEnter | Too late to enter | FIX.4.2 |
| 5 | UnknownQuote | Unknown Quote | FIX.4.2 |
| 6 | DuplicateQuote | Duplicate Quote | FIX.4.2 |
| 7 | InvalidBid | Invalid bid/ask spread | FIX.4.2 |
| 8 | InvalidPrice | Invalid price | FIX.4.2 |
| 9 | NotAuthorizedToQuoteSecurity | Not authorized to quote security | FIX.4.2 |