Tag 962
SideTimeInForce
Abbreviation:
SideTmFrcDescription
Indicates how long the order as specified in the side stays in effect. SideTimeInForce allows a two-sided cross order to specify order behavior separately for each side. Absence of this field indicates that TimeInForce should be referenced. SideTimeInForce will override TimeInForce if both are provided.
Wire Format & Usage Example
Single field (key=value)
962=1 (Buy)
In a FIX message (NewOrderCross)
8=FIX.4.4 | 9=... | 35=s | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 962=1 (Buy) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 962=1 (Buy) is this field's position in the message.