Tag 4
AdvSide
Abbreviation:
Description
Broker's side of advertised trade
Wire Format & Usage Example
Single field (key=value)
4=B (Buy)
In a FIX message (Advertisement)
8=FIX.4.4 | 9=... | 35=7 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 4=B (Buy) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 4=B (Buy) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
4=B | Buy | Buy |
4=S | Sell | Sell |
4=T | Trade | Trade |
4=X | Cross | Cross |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| B | Buy | Buy | FIX.2.7 |
| S | Sell | Sell | FIX.2.7 |
| T | Trade | Trade | FIX.2.7 |
| X | Cross | Cross | FIX.2.7 |