Tag 394
BidType
Abbreviation:
BidTypDescription
Code to identify the type of Bid Request.
Wire Format & Usage Example
Single field (key=value)
394=1 (NonDisclosed)
In a FIX message (NewOrderList)
8=FIX.4.4 | 9=... | 35=E | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 394=1 (NonDisclosed) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 394=1 (NonDisclosed) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
394=1 | NonDisclosed | "Non Disclosed" style (e.g. US/European) |
394=2 | Disclosed | "Disclosed" sytle (e.g. Japanese) |
394=3 | NoBiddingProcess | No bidding process |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | NonDisclosed | "Non Disclosed" style (e.g. US/European) | FIX.4.3 |
| 2 | Disclosed | "Disclosed" sytle (e.g. Japanese) | FIX.4.3 |
| 3 | NoBiddingProcess | No bidding process | FIX.4.3 |