PositionEffect

Tag 77

PositionEffect

Abbreviation: PosEfct
Typechar
Tag77
AddedFIX.2.7
Used in12 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=O (Open)
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=O (Open) |  | 10=...

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

All valid values
WireNameDescription
77=OOpenOpen
77=CCloseClose
77=RRolledRolled
77=FFIFOFIFO

Enumerated Values

4
ValueSymbolic NameDescriptionAdded
OOpenOpenFIX.4.1
CCloseCloseFIX.4.1
RRolledRolledFIX.4.3
FFIFOFIFOFIX.4.3