Tag 204
CustomerOrFirm
Abbreviation:
Description
Used for options when delivering the order to an execution system/exchange to specify if the order is for a customer or the firm placing the order itself.
Wire Format & Usage Example
Single field (key=value)
204=0 (Customer)
In a FIX message (OrderCancelReplaceRequest)
8=FIX.4.4 | 9=... | 35=G | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 204=0 (Customer) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 204=0 (Customer) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
204=0 | Customer | Customer |
204=1 | Firm | Firm |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Customer | Customer | FIX.4.1 |
| 1 | Firm | Firm | FIX.4.1 |