OpenClose

Tag 77

OpenClose

Abbreviation:
Typechar
Tag77
AddedFIX.2.7
Used in5 messages

Description

Indicates whether the resulting position after a trade should be an opening position or closing position. Used for omnibus accounting - where accounts are held on a gross basis instead of being netted together.

Wire Format & Usage Example

Single field (key=value)
77=C (Close)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 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
WireNameDescription
77=CCloseClose
77=OOpenOpen

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
CCloseCloseFIX.4.1
OOpenOpenFIX.4.1