StipulationValue

Tag 234

StipulationValue

Abbreviation: Val
TypeString
Tag234
AddedFIX.4.2
Used in21 messages

Description

For Fixed Income. Value of stipulation. The expression can be an absolute single value or a combination of values and logical operators: < value > value <= value >= value value value – value2 value OR value2 value AND value2 YES NO (Note tag # was reserved in FIX 4.1, added in FIX 4.3)

Wire Format & Usage Example

Single field (key=value)
234=EXAMPLE
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 234=EXAMPLE |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 234=EXAMPLE is this field's position in the message.