Tag 388
DiscretionInst
Abbreviation:
Description
Code to identify the price a DiscretionOffset is related to and should be mathematically added to.
Wire Format & Usage Example
Single field (key=value)
388=0 (RelatedToDisplayedPrice)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 388=0 (RelatedToDisplayedPrice) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 388=0 (RelatedToDisplayedPrice) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
388=0 | RelatedToDisplayedPrice | Related to displayed price |
388=1 | RelatedToMarketPrice | Related to market price |
388=2 | RelatedToPrimaryPrice | Related to primary price |
388=3 | RelatedToLocalPrimaryPrice | Related to local primary price |
388=4 | RelatedToMidpointPrice | Related to midpoint price |
388=5 | RelatedToLastTradePrice | Related to last trade price |
Enumerated Values
6| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | RelatedToDisplayedPrice | Related to displayed price | FIX.4.2 |
| 1 | RelatedToMarketPrice | Related to market price | FIX.4.2 |
| 2 | RelatedToPrimaryPrice | Related to primary price | FIX.4.2 |
| 3 | RelatedToLocalPrimaryPrice | Related to local primary price | FIX.4.2 |
| 4 | RelatedToMidpointPrice | Related to midpoint price | FIX.4.2 |
| 5 | RelatedToLastTradePrice | Related to last trade price | FIX.4.2 |