SideValueInd

Tag 401

SideValueInd

Abbreviation: SideValuInd
Typeint
Tag401
AddedFIX.4.2
Used in2 messages

Description

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
WireNameDescription
401=1SideValue1SideValue1
401=2SideValue2SideValue 2

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
1SideValue1SideValue1FIX.4.3
2SideValue2SideValue 2FIX.4.3

Used in Messages

2