Tag 279
MDUpdateAction
Abbreviation:
UpdtActDescription
Type of Market Data update action.
Wire Format & Usage Example
Single field (key=value)
279=0 (New)
In a FIX message (MarketDataIncrementalRefresh)
8=FIX.4.4 | 9=... | 35=X | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 279=0 (New) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 279=0 (New) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
279=0 | New | New |
279=1 | Change | Change |
279=2 | Delete | Delete |
279=3 | DeleteThru | Delete Thru |
279=4 | DeleteFrom | Delete From |
279=5 | Overlay | Overlay |
Enumerated Values
6| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | New | New | FIX.4.2 |
| 1 | Change | Change | FIX.4.2 |
| 2 | Delete | Delete | FIX.4.2 |
| 3 | DeleteThru | Delete Thru | FIX.4.4 |
| 4 | DeleteFrom | Delete From | FIX.4.4 |
| 5 | Overlay | Overlay | FIX.5.0 |