Tag 1432
OrigCustOrderCapacity
Abbreviation:
OrigCustOrdCpctyDescription
The customer capacity for this trade at the time of the order/execution.
Primarily used by futures exchanges to indicate the CTICode (customer type indicator) as required by the US CFTC (Commodity Futures Trading Commission).
Wire Format & Usage Example
Single field (key=value)
1432=1 (MemberTradingForTheirOwnAccount)
In a FIX message (TradeCaptureReport)
8=FIX.4.4 | 9=... | 35=AE | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1432=1 (MemberTradingForTheirOwnAccount) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1432=1 (MemberTradingForTheirOwnAccount) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1432=1 | MemberTradingForTheirOwnAccount | Member trading for their own account |
1432=2 | ClearingFirmTradingForItsProprietaryAccount | Clearing Firm trading for its proprietary account |
1432=3 | MemberTradingForAnotherMember | Member trading for another member |
1432=4 | AllOther | All other |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | MemberTradingForTheirOwnAccount | Member trading for their own account | FIX.5.0SP1 |
| 2 | ClearingFirmTradingForItsProprietaryAccount | Clearing Firm trading for its proprietary account | FIX.5.0SP1 |
| 3 | MemberTradingForAnotherMember | Member trading for another member | FIX.5.0SP1 |
| 4 | AllOther | All other | FIX.5.0SP1 |