Tag 274
TickDirection
Abbreviation:
TickDirctnDescription
Direction of the "tick"
Wire Format & Usage Example
Single field (key=value)
274=0 (PlusTick)
In a FIX message (MarketDataSnapshotFullRefresh)
8=FIX.4.4 | 9=... | 35=W | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 274=0 (PlusTick) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 274=0 (PlusTick) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
274=0 | PlusTick | Plus Tick |
274=1 | ZeroPlusTick | Zero-Plus Tick |
274=2 | MinusTick | Minus Tick |
274=3 | ZeroMinusTick | Zero-Minus Tick |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | PlusTick | Plus Tick | FIX.4.2 |
| 1 | ZeroPlusTick | Zero-Plus Tick | FIX.4.2 |
| 2 | MinusTick | Minus Tick | FIX.4.2 |
| 3 | ZeroMinusTick | Zero-Minus Tick | FIX.4.2 |