Tag 1502
StreamAsgnRejReason
Abbreviation:
RejRsnDescription
Reason code for stream assignment request reject.
Wire Format & Usage Example
Single field (key=value)
1502=0 (UnknownClient)
In a FIX message (StreamAssignmentReport)
8=FIX.4.4 | 9=... | 35=CD | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1502=0 (UnknownClient) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1502=0 (UnknownClient) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1502=0 | UnknownClient | Unknown client |
1502=1 | ExceedsMaximumSize | Exceeds maximum size |
1502=2 | UnknownOrInvalidCurrencyPair | Unknown or Invalid currency pair |
1502=3 | NoAvailableStream | No available stream |
1502=99 | Other | Other |
Enumerated Values
5| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | UnknownClient | Unknown client | FIX.5.0SP1 |
| 1 | ExceedsMaximumSize | Exceeds maximum size | FIX.5.0SP1 |
| 2 | UnknownOrInvalidCurrencyPair | Unknown or Invalid currency pair | FIX.5.0SP1 |
| 3 | NoAvailableStream | No available stream | FIX.5.0SP1 |
| 99 | Other | Other | FIX.5.0SP1 |