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