Tag 1176
StatsType
Abbreviation:
StatsTypDescription
Type of statistics
Wire Format & Usage Example
Single field (key=value)
1176=1 (ExchangeLast)
In a FIX message (MarketDataIncrementalRefresh)
8=FIX.4.4 | 9=... | 35=X | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1176=1 (ExchangeLast) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1176=1 (ExchangeLast) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1176=1 | ExchangeLast | Exchange Last |
1176=2 | High | High / Low Price |
1176=3 | AveragePrice | Average Price (VWAP, TWAP ... ) |
1176=4 | Turnover | Turnover (Price * Qty) |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | ExchangeLast | Exchange Last | FIX.5.0 |
| 2 | High | High / Low Price | FIX.5.0 |
| 3 | AveragePrice | Average Price (VWAP, TWAP ... ) | FIX.5.0 |
| 4 | Turnover | Turnover (Price * Qty) | FIX.5.0 |