Tag 418
BidTradeType
Abbreviation:
BidTrdTypDescription
Code to represent the type of trade
Wire Format & Usage Example
Single field (key=value)
418=R (RiskTrade)
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=R (RiskTrade) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 418=R (RiskTrade) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
418=R | RiskTrade | Risk Trade |
418=G | VWAPGuarantee | VWAP Guarantee |
418=A | Agency | Agency |
418=J | GuaranteedClose | Guaranteed Close |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| R | RiskTrade | Risk Trade | FIX.4.2 |
| G | VWAPGuarantee | VWAP Guarantee | FIX.4.2 |
| A | Agency | Agency | FIX.4.2 |
| J | GuaranteedClose | Guaranteed Close | FIX.4.2 |