Tag 1047
AllocPositionEffect
Abbreviation:
AllocPosEfctDescription
Indicates whether the resulting position after a trade should be an opening position or closing position. Used for omnibus accounting - where accounts are held on a gross basis instead of being netted together.
Wire Format & Usage Example
Single field (key=value)
1047=O (Open)
In a FIX message (AllocationInstruction)
8=FIX.4.4 | 9=... | 35=J | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1047=O (Open) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1047=O (Open) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1047=O | Open | Open |
1047=C | Close | Close |
1047=R | Rolled | Rolled |
1047=F | FIFO | FIFO |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| O | Open | Open | FIX.4.4 |
| C | Close | Close | FIX.4.4 |
| R | Rolled | Rolled | FIX.4.4 |
| F | FIFO | FIFO | FIX.4.4 |