Tag 418
TradeType
Abbreviation:
Description
Code to represent the type of trade.
Wire Format & Usage Example
Single field (key=value)
418=G (VWAPGuarantee)
In a FIX message (BidRequest)
8=FIX.4.4 | 9=... | 35=k | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 418=G (VWAPGuarantee) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 418=G (VWAPGuarantee) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
418=G | VWAPGuarantee | VWAP Guarantee |
418=A | Agency | Agency |
418=J | GuaranteedClose | Guaranteed Close |
418=R | RiskTrade | Risk Trade |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| G | VWAPGuarantee | VWAP Guarantee | FIX.4.2 |
| A | Agency | Agency | FIX.4.2 |
| J | GuaranteedClose | Guaranteed Close | FIX.4.2 |
| R | RiskTrade | Risk Trade | FIX.4.2 |