ComplexEventCondition

Tag 1490

ComplexEventCondition

Abbreviation: Cond
Typeint
Tag1490
AddedFIX.5.0SP1
Used in72 messages

Description

Specifies the condition between complex events when more than one event is specified. Multiple barrier events would use an "or" condition since only one can be effective at a given time. A set of digital range events would use an "and" condition since both conditions must be in effect for a payout to result.

Wire Format & Usage Example

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

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

All valid values
WireNameDescription
1490=1AndAnd
1490=2OrOr

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
1AndAndFIX.5.0SP1
2OrOrFIX.5.0SP1