Tag 1375
MassActionResponse
Abbreviation:
MassActionResponseDescription
Specifies the action taken by counterparty order handling system as a result of the action type indicated in MassActionType of the Order Mass Action Request.
Wire Format & Usage Example
Single field (key=value)
1375=0 (Rejected)
In a FIX message (OrderMassActionReport)
8=FIX.4.4 | 9=... | 35=BZ | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1375=0 (Rejected) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1375=0 (Rejected) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1375=0 | Rejected | Rejected - See MassActionRejectReason(1376) |
1375=1 | Accepted | Accepted |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Rejected | Rejected - See MassActionRejectReason(1376) | FIX.5.0 |
| 1 | Accepted | Accepted | FIX.5.0 |