Tag 201
PutOrCall
Abbreviation:
Description
Indicates whether an Option is for a put or call.
Wire Format & Usage Example
Single field (key=value)
201=0 (Put)
In a FIX message
8=FIX.4.4 | 9=... | 35=D | 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
| Wire | Name | Description |
|---|---|---|
201=0 | Put | Put |
201=1 | Call | Call |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Put | Put | FIX.4.1 |
| 1 | Call | Call | FIX.4.1 |