WorkingIndicator

Tag 636

WorkingIndicator

Abbreviation: WorkingInd
TypeBoolean
Tag636
AddedFIX.4.3
Used in3 messages

Description

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=N (NotWorking)
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=N (NotWorking) |  | 10=...

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

All valid values
WireNameDescription
636=NNotWorkingOrder has been accepted but not yet in a working state
636=YWorkingOrder is currently being worked

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
NNotWorkingOrder has been accepted but not yet in a working stateFIX.4.3
YWorkingOrder is currently being workedFIX.4.3