Tag 401
SideValueInd
Abbreviation:
SideValuIndDescription
Code to identify which "SideValue" the value refers to. SideValue and SideValue2 are used as opposed to Buy or Sell so that the basket can be quoted either way as Buy or Sell.
Wire Format & Usage Example
Single field (key=value)
401=1 (SideValue1)
In a FIX message (NewOrderList)
8=FIX.4.4 | 9=... | 35=E | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 401=1 (SideValue1) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 401=1 (SideValue1) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
401=1 | SideValue1 | SideValue1 |
401=2 | SideValue2 | SideValue 2 |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | SideValue1 | SideValue1 | FIX.4.3 |
| 2 | SideValue2 | SideValue 2 | FIX.4.3 |