Tag 208
NotifyBrokerOfCredit
Abbreviation:
Description
Indicates whether or not details should be communicated to BrokerOfCredit (i.e. step-in broker).
Wire Format & Usage Example
Single field (key=value)
208=N (DetailsShouldNotBeCommunicated)
In a FIX message (Allocation)
8=FIX.4.4 | 9=... | 35=J | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 208=N (DetailsShouldNotBeCommunicated) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 208=N (DetailsShouldNotBeCommunicated) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
208=N | DetailsShouldNotBeCommunicated | Details should not be communicated |
208=Y | DetailsShouldBeCommunicated | Details should be communicated |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| N | DetailsShouldNotBeCommunicated | Details should not be communicated | FIX.4.1 |
| Y | DetailsShouldBeCommunicated | Details should be communicated | FIX.4.1 |