Tag 1390
TradePublishIndicator
Abbreviation:
TrdPubIndDescription
Indicates if a trade should be reported via a market reporting service. The indicator governs all reporting services of the recipient. Replaces PublishTrdIndicator(852).
Wire Format & Usage Example
Single field (key=value)
1390=0 (DoNotPublishTrade)
In a FIX message (TradeCaptureReport)
8=FIX.4.4 | 9=... | 35=AE | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1390=0 (DoNotPublishTrade) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1390=0 (DoNotPublishTrade) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1390=0 | DoNotPublishTrade | Do Not Publish Trade |
1390=1 | PublishTrade | Publish Trade |
1390=2 | DeferredPublication | Deferred Publication |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | DoNotPublishTrade | Do Not Publish Trade | FIX.5.0 |
| 1 | PublishTrade | Publish Trade | FIX.5.0 |
| 2 | DeferredPublication | Deferred Publication | FIX.5.0 |