Tag 636
WorkingIndicator
Abbreviation:
WorkingIndDescription
Indicates if the order is currently being worked. Applicable only for OrdStatus = "New". For open outcry markets this indicates that the order is being worked in the crowd. For electronic markets it indicates that the order has transitioned from a contingent order to a market order.
Wire Format & Usage Example
Single field (key=value)
636=Y (Working)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 636=Y (Working) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 636=Y (Working) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
636=Y | Working | Order is currently being worked |
636=N | NotWorking | Order has been accepted but not yet in a working state |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| Y | Working | Order is currently being worked | FIX.4.3 |
| N | NotWorking | Order has been accepted but not yet in a working state | FIX.4.3 |