Tag 411
ExchangeForPhysical
Abbreviation:
EFPDescription
Indicates whether or not to exchange for phsyical.
Wire Format & Usage Example
Single field (key=value)
411=Y (True)
In a FIX message (BidRequest)
8=FIX.4.4 | 9=... | 35=k | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 411=Y (True) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 411=Y (True) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
411=Y | True | True |
411=N | False | False |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| Y | True | True | FIX.4.2 |
| N | False | False | FIX.4.2 |