QuoteCondition (FIX tag 276)
QuoteCondition (tag 276) is a MultipleValueString field defined in FIX 4.4, FIX 4.2 and FIX 5.0 SP2. It appears in 2 message types, always optionally. It is an enumerated field with 9 defined values.
At a glance
- Tag
- 276
- Name
- QuoteCondition
- Datatype
- MultipleValueString (String)
- Dialects
- FIX 4.4, FIX 4.2 and FIX 5.0 SP2
- Messages
- 2
- Valid values
- 9
What the specification says
FIX 4.4
Space-delimited list of conditions describing a quote
FIX 4.2
Space-delimited list of conditions describing a quote.
FIX 5.0 SP2
Space-delimited list of conditions describing a quote.
Descriptions are quoted from the FIX Orchestra sources under the Apache 2.0 licence.
A real message using tag 276
| Tag | Field | Wire value | Meaning |
|---|---|---|---|
| 8 | BeginString | FIX.4.4 | |
| 9 | BodyLength | 93 | |
| 35 | MsgType | W | Market Data-Snapshot/Full Refresh |
| 49 | SenderCompID | BOARTEAM | |
| 56 | TargetCompID | COUNTERPARTY | |
| 34 | MsgSeqNum | 2 | |
| 52 | SendingTime | 20240101-12:00:00.000 | |
| 268 | NoMDEntries2 entries | 2 | repeating group |
| 269 | MDEntryType | 0 | Bid |
| 276 | QuoteCondition | A | Open / Active |
| 269 | MDEntryType | 0 | Bid |
| 276 | QuoteCondition | A | Open / Active |
| 10 | CheckSum | 066 |
Shown with | separators for readability. On the wire FIX uses SOH (0x01), an invisible control byte — and because BodyLength and CheckSum are computed over the actual bytes, the two forms have different checksums. Both are valid and both decode here.
Generated from the FIX 4.4 dictionary and verified at build time: it parses and validates with no issues. Open the decoder to try your own message.
Valid values
A value outside this list is not a parse error — the message still decodes — but validate() reports it as validate/value-not-in-enum.
| Value | Meaning | Symbolic name | Dialects |
|---|---|---|---|
| A | Open / Active | OPEN / Open / OPEN_ACTIVE | FIX 4.4, FIX 4.2, FIX 5.0 SP2 |
| B | Closed / Inactive | CLOSED / Closed / CLOSED_INACTIVE | FIX 4.4, FIX 4.2, FIX 5.0 SP2 |
| C | Exchange Best | EXCHANGE_BEST / ExchangeBest | FIX 4.4, FIX 4.2, FIX 5.0 SP2 |
| D | Consolidated Best | CONSOLIDATED_BEST / ConsolidatedBest | FIX 4.4, FIX 4.2, FIX 5.0 SP2 |
| E | Locked | LOCKED / Locked | FIX 4.4, FIX 4.2, FIX 5.0 SP2 |
| F | Crossed | CROSSED / Crossed | FIX 4.4, FIX 4.2, FIX 5.0 SP2 |
| G | Depth | DEPTH / Depth | FIX 4.4, FIX 4.2, FIX 5.0 SP2 |
| H | Fast Trading | FAST_TRADING / FastTrading | FIX 4.4, FIX 4.2, FIX 5.0 SP2 |
| I | Non-Firm | NON_FIRM / NonFirm | FIX 4.4, FIX 4.2, FIX 5.0 SP2 |
| L | Manual/Slow Quote | MANUAL_SLOW_QUOTE | FIX 5.0 SP2 |
| J | Outright Price | OUTRIGHT_PRICE | FIX 5.0 SP2 |
| K | Implied Price | IMPLIED_PRICE | FIX 5.0 SP2 |
| M | Depth on Offer | DEPTH_ON_OFFER | FIX 5.0 SP2 |
| N | Depth on Bid | DEPTH_ON_BID | FIX 5.0 SP2 |
| O | Closing | CLOSING | FIX 5.0 SP2 |
| P | News Dissemination | NEWS_DISSEMINATION | FIX 5.0 SP2 |
| Q | Trading Range | TRADING_RANGE | FIX 5.0 SP2 |
| R | Order Influx | ORDER_INFLUX | FIX 5.0 SP2 |
| S | Due to Related | DUE_TO_RELATED | FIX 5.0 SP2 |
| T | News Pending | NEWS_PENDING | FIX 5.0 SP2 |
| U | Additional Info | ADDITIONAL_INFO | FIX 5.0 SP2 |
| V | Additional Info due to related | ADDITIONAL_INFO_DUE_TO_RELATED | FIX 5.0 SP2 |
| W | Resume | RESUME | FIX 5.0 SP2 |
| X | View of Common | VIEW_OF_COMMON | FIX 5.0 SP2 |
| Y | Volume Alert | VOLUME_ALERT | FIX 5.0 SP2 |
| Z | Order Imbalance | ORDER_IMBALANCE | FIX 5.0 SP2 |
| a | Equipment Changeover | EQUIPMENT_CHANGEOVER | FIX 5.0 SP2 |
| b | No Open / No Resume | NO_OPEN_NO_RESUME | FIX 5.0 SP2 |
| c | Regular ETH | REGULAR_ETH | FIX 5.0 SP2 |
| d | Automatic Execution | AUTOMATIC_EXECUTION | FIX 5.0 SP2 |
| e | Automatic Execution ETH | AUTOMATIC_EXECUTION_ETH | FIX 5.0 SP2 |
| f | Fast Market ETH | FAST_MARKET_ETH | FIX 5.0 SP2 |
| g | Inactive ETH | INACTIVE_ETH | FIX 5.0 SP2 |
| h | Rotation | ROTATION | FIX 5.0 SP2 |
| i | Rotation ETH | ROTATION_ETH | FIX 5.0 SP2 |
| j | Halt | HALT | FIX 5.0 SP2 |
| k | Halt ETH | HALT_ETH | FIX 5.0 SP2 |
| l | Due to News Dissemination | DUE_TO_NEWS_DISSEMINATION | FIX 5.0 SP2 |
| m | Due to News Pending | DUE_TO_NEWS_PENDING | FIX 5.0 SP2 |
| n | Trading Resume | TRADING_RESUME | FIX 5.0 SP2 |
| o | Out of Sequence | OUT_OF_SEQUENCE | FIX 5.0 SP2 |
| p | Bid Specialist | BID_SPECIALIST | FIX 5.0 SP2 |
| q | Offer Specialist | OFFER_SPECIALIST | FIX 5.0 SP2 |
| r | Bid Offer Specialist | BID_OFFER_SPECIALIST | FIX 5.0 SP2 |
| s | End of Day SAM | END_OF_DAY_SAM | FIX 5.0 SP2 |
| t | Forbidden SAM | FORBIDDEN_SAM | FIX 5.0 SP2 |
| u | Frozen SAM | FROZEN_SAM | FIX 5.0 SP2 |
| v | PreOpening SAM | PREOPENING_SAM | FIX 5.0 SP2 |
| w | Opening SAM | OPENING_SAM | FIX 5.0 SP2 |
| x | Open SAM | OPEN_SAM | FIX 5.0 SP2 |
| y | Surveillance SAM | SURVEILLANCE_SAM | FIX 5.0 SP2 |
| z | Suspended SAM | SUSPENDED_SAM | FIX 5.0 SP2 |
| 0 | Reserved SAM | RESERVED_SAM | FIX 5.0 SP2 |
| 1 | No Active SAM | NO_ACTIVE_SAM | FIX 5.0 SP2 |
| 2 | Restricted | RESTRICTED | FIX 5.0 SP2 |
| 3 | Rest of Book VWAP | REST_OF_BOOK_VWAP | FIX 5.0 SP2 |
| 4 | Better Prices in Conditional Orders | BETTER_PRICES_IN_CONDITIONAL_ORDERS | FIX 5.0 SP2 |
| 5 | Median Price | MEDIAN_PRICE | FIX 5.0 SP2 |
| 6 | Full Curve | FULL_CURVE | FIX 5.0 SP2 |
| 7 | Flat Curve | FLAT_CURVE | FIX 5.0 SP2 |
Where tag 276 appears
Requiredness is a property of the message, not of the field: the same tag can be optional in one message and conditionally required in another.
| Message | MsgType | FIX 4.4 | FIX 4.2 | FIX 5.0 SP2 | Where in the message |
|---|---|---|---|---|---|
| MarketDataIncrementalRefresh | X | Optional | Optional | Optional | inside the MDIncGrp component |
| MarketDataSnapshotFullRefresh | W | Optional | Optional | Optional | inside the MDFullGrp component |
Wire format
Several values in one field, separated by spaces. Decoders return an array. @boarteam/fix splits the value on its delimiter and returns an array of strings.
Read tag 276 in TypeScript
import { createFixEngine } from "@boarteam/fix";import { dictionary } from "@boarteam/fix-dict-fix44";const fix = createFixEngine(dictionary);const { message, issues } = fix.parse(raw);const quoteCondition = message.fields[276]?.raw;// e.g. "A" — Open / Active// The dictionary also carries the labels:const label = fix.dictionary .fieldByTag(276) ?.enumValues?.find((e) => e.value === quoteCondition) ?.description;Other MultipleValueString fields
Decode this in your own code
The same engine that produced the decoded example above is an Apache-2.0 npm package with zero runtime dependencies. It runs in Node and in the browser, and parse() returns problems as data instead of throwing.
npm i @boarteam/fix @boarteam/fix-dict-fix44