OrigOrdModTime

Tag 586

OrigOrdModTime

Abbreviation: OrigOrdModTm
TypeUTCTimestamp
Tag586
AddedFIX.4.3
Used in5 messages

Description

The most recent (or current) modification TransactTime (tag 60) reported on an Execution Report for the order. The OrigOrdModTime is provided as an optional field on Order Cancel Request and Order Cancel Replace Requests to identify that the state of the order has not changed since the request was issued. This is provided to support markets similar to Eurex and A/C/E.

Wire Format & Usage Example

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

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 586=20240101-09:30:00.000 is this field's position in the message.