MatchIncrement

Tag 1089

MatchIncrement

Abbreviation: MtchInc
TypeQty
Tag1089
AddedFIX.4.4
Used in8 messages

Description

Allows orders to specify a minimum quantity that applies to every execution (one execution could be for multiple counter-orders). The order may still fill against smaller orders, but the cumulative quantity of the execution must be in multiples of the MatchIncrement.

Wire Format & Usage Example

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

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