Tag 1057
AggressorIndicator
Abbreviation:
AgrsrIndDescription
Used to identify whether the order initiator is an aggressor or not in the trade.
Wire Format & Usage Example
Single field (key=value)
1057=Y (OrderInitiatorIsAggressor)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1057=Y (OrderInitiatorIsAggressor) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1057=Y (OrderInitiatorIsAggressor) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1057=Y | OrderInitiatorIsAggressor | Order initiator is aggressor |
1057=N | OrderInitiatorIsPassive | Order initiator is passive |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| Y | OrderInitiatorIsAggressor | Order initiator is aggressor | FIX.4.4 |
| N | OrderInitiatorIsPassive | Order initiator is passive | FIX.4.4 |