PositionEffect

Tag 77

PositionEffect

Abbreviation: PosEfct
Typechar
Tag77
AddedFIX.2.7
Used in13 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=FFIFOFIFO
77=OOpenOpen
77=RRolledRolled
77=NCloseButNotifyOnOpenClose but notify on open
77=DDefaultDefault

Enumerated Values

6
ValueSymbolic NameDescriptionAdded
CCloseCloseFIX.4.1
FFIFOFIFOFIX.4.3
OOpenOpenFIX.4.1
RRolledRolledFIX.4.3
NCloseButNotifyOnOpenClose but notify on openFIX.5.0
DDefaultDefaultFIX.5.0