Tag 77
OpenClose
Abbreviation:
Description
For options only.
Wire Format & Usage Example
Single field (key=value)
77=C (Close)
In a FIX message (OrderCancelReplaceRequest)
8=FIX.4.4 | 9=... | 35=G | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 77=C (Close) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 77=C (Close) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
77=C | Close | Close |
77=O | Open | Open |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| C | Close | Close | FIX.4.1 |
| O | Open | Open | FIX.4.1 |