EventType

Tag 865

EventType

Abbreviation: EventTyp
Typeint
Tag865
AddedFIX.4.4
Used in59 messages

Description

Code to represent the type of event

Wire Format & Usage Example

Single field (key=value)
865=1 (Put)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 865=1 (Put) |  | 10=...

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

All valid values
WireNameDescription
865=1PutPut
865=2CallCall
865=3TenderTender
865=4SinkingFundCallSinking Fund Call
865=99OtherOther

Enumerated Values

5
ValueSymbolic NameDescriptionAdded
1PutPutFIX.4.4
2CallCallFIX.4.4
3TenderTenderFIX.4.4
4SinkingFundCallSinking Fund CallFIX.4.4
99OtherOtherFIX.4.4