Tag 104
IOIQualifier
Abbreviation:
Description
Code to qualify IOI use.
Wire Format & Usage Example
Single field (key=value)
104=A (AllOrNone)
In a FIX message (IOI)
8=FIX.4.4 | 9=... | 35=6 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 104=A (AllOrNone) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 104=A (AllOrNone) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
104=A | AllOrNone | All or none |
104=C | AtTheClose | At the close |
104=I | InTouchWith | In touch with |
104=L | Limit | Limit |
104=M | MoreBehind | More behind |
104=O | AtTheOpen | At the open |
104=P | TakingAPosition | Taking a position |
104=Q | AtTheMarket | At the Market (previously called Current Quote) |
104=S | PortfolioShown | Portfolio show-n |
104=T | ThroughTheDay | Through the day |
104=V | Versus | Versus |
104=W | Indication | Indication - Working away |
104=X | CrossingOpportunity | Crossing opportunity |
104=Y | AtTheMidpoint | At the Midpoint |
104=Z | PreOpen | Pre-open |
Enumerated Values
15| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| A | AllOrNone | All or none | FIX.3.0 |
| C | AtTheClose | At the close | FIX.3.0 |
| I | InTouchWith | In touch with | FIX.3.0 |
| L | Limit | Limit | FIX.3.0 |
| M | MoreBehind | More behind | FIX.3.0 |
| O | AtTheOpen | At the open | FIX.3.0 |
| P | TakingAPosition | Taking a position | FIX.3.0 |
| Q | AtTheMarket | At the Market (previously called Current Quote) | FIX.3.0 |
| S | PortfolioShown | Portfolio show-n | FIX.3.0 |
| T | ThroughTheDay | Through the day | FIX.3.0 |
| V | Versus | Versus | FIX.3.0 |
| W | Indication | Indication - Working away | FIX.3.0 |
| X | CrossingOpportunity | Crossing opportunity | FIX.3.0 |
| Y | AtTheMidpoint | At the Midpoint | FIX.4.1 |
| Z | PreOpen | Pre-open | FIX.4.1 |