Tag 819
AvgPxIndicator
Abbreviation:
AvgPxIndDescription
Average Pricing Indicator
Wire Format & Usage Example
Single field (key=value)
819=0 (NoAveragePricing)
In a FIX message (AllocationInstruction)
8=FIX.4.4 | 9=... | 35=J | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 819=0 (NoAveragePricing) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 819=0 (NoAveragePricing) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
819=0 | NoAveragePricing | No Average Pricing |
819=1 | Trade | Trade is part of an average price group identified by the TradeLinkID (820) |
819=2 | LastTrade | Last trade is the average price group identified by the TradeLinkID (820) |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | NoAveragePricing | No Average Pricing | FIX.4.4 |
| 1 | Trade | Trade is part of an average price group identified by the TradeLinkID (820) | FIX.4.4 |
| 2 | LastTrade | Last trade is the average price group identified by the TradeLinkID (820) | FIX.4.4 |