ImpliedMarketIndicator

Tag 1144

ImpliedMarketIndicator

Abbreviation: ImpldMktInd
Typeint
Tag1144
AddedFIX.5.0
Used in8 messages

Description

Indicates that an implied market should be created for either the legs of a multi-leg instrument (Implied-in) or for the multi-leg instrument based on the existence of the legs (Implied-out). Determination as to whether implied markets should be created is generally done at the level of the multi-leg instrument. Commonly used in listed derivatives.

Wire Format & Usage Example

Single field (key=value)
1144=0 (NotImplied)
In a FIX message (SecurityDefinition)
8=FIX.4.4 | 9=... | 35=d | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 1144=0 (NotImplied) |  | 10=...

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

All valid values
WireNameDescription
1144=0NotImpliedNot implied
1144=1ImpliedInImplied-in - The existence of a multi-leg instrument is implied by the legs of that instrument
1144=2ImpliedOutImplied-out - The existence of the underlying legs are implied by the multi-leg instrument
1144=3BothImpliedInAndImpliedOutBoth Implied-in and Implied-out

Enumerated Values

4
ValueSymbolic NameDescriptionAdded
0NotImpliedNot impliedFIX.5.0
1ImpliedInImplied-in - The existence of a multi-leg instrument is implied by the legs of that instrumentFIX.5.0
2ImpliedOutImplied-out - The existence of the underlying legs are implied by the multi-leg instrumentFIX.5.0
3BothImpliedInAndImpliedOutBoth Implied-in and Implied-outFIX.5.0