PutOrCall

Tag 201

PutOrCall

Abbreviation: PutCall
Typeint
Tag201
AddedFIX.4.1
Used in72 messages

Description

Indicates whether an option contract is a put or call

Wire Format & Usage Example

Single field (key=value)
201=0 (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 |  | 201=0 (Put) |  | 10=...

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

All valid values
WireNameDescription
201=0PutPut
201=1CallCall

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
0PutPutFIX.4.1
1CallCallFIX.4.1