ComplexEventPriceBoundaryMethod

Tag 1487

ComplexEventPriceBoundaryMethod

Abbreviation: PxBndryMeth
Typeint
Tag1487
AddedFIX.5.0SP1
Used in72 messages

Description

Specifies the boundary condition to be used for the event price relative to the underlying price at the point the complex event outcome takes effect as determined by the ComplexEventPriceTimeType.

Wire Format & Usage Example

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

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

All valid values
WireNameDescription
1487=1LessThanComplexEventPriceLess than ComplexEventPrice(1486)
1487=2LessThanOrEqualToComplexEventPriceLess than or equal to ComplexEventPrice(1486)
1487=3EqualToComplexEventPriceEqual to ComplexEventPrice(1486)
1487=4GreaterThanOrEqualToComplexEventPriceGreater than or equal to ComplexEventPrice(1486)
1487=5GreaterThanComplexEventPriceGreater than ComplexEventPrice(1486)

Enumerated Values

5
ValueSymbolic NameDescriptionAdded
1LessThanComplexEventPriceLess than ComplexEventPrice(1486)FIX.5.0SP1
2LessThanOrEqualToComplexEventPriceLess than or equal to ComplexEventPrice(1486)FIX.5.0SP1
3EqualToComplexEventPriceEqual to ComplexEventPrice(1486)FIX.5.0SP1
4GreaterThanOrEqualToComplexEventPriceGreater than or equal to ComplexEventPrice(1486)FIX.5.0SP1
5GreaterThanComplexEventPriceGreater than ComplexEventPrice(1486)FIX.5.0SP1