Tag 747
ExerciseMethod
Abbreviation:
ExrMethodDescription
Exercise Method used to in performing assignment
Wire Format & Usage Example
Single field (key=value)
747=A (Automatic)
In a FIX message (AssignmentReport)
8=FIX.4.4 | 9=... | 35=AW | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 747=A (Automatic) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 747=A (Automatic) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
747=A | Automatic | Automatic |
747=M | Manual | Manual |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| A | Automatic | Automatic | FIX.4.4 |
| M | Manual | Manual | FIX.4.4 |