Tag 1081
RefOrderIDSource
Abbreviation:
RefOrdIDSrcDescription
Used to specify what identifier, provided in order depth market data, to use when hitting (taking) a specific order.
Wire Format & Usage Example
Single field (key=value)
1081=0 (SecondaryOrderID)
In a FIX message (NewOrderSingle)
8=FIX.4.4 | 9=... | 35=D | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1081=0 (SecondaryOrderID) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1081=0 (SecondaryOrderID) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1081=0 | SecondaryOrderID | SecondaryOrderID(198) |
1081=1 | OrderID | OrderID(37) |
1081=2 | MDEntryID | MDEntryID(278) |
1081=3 | QuoteEntryID | QuoteEntryID(299) |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | SecondaryOrderID | SecondaryOrderID(198) | FIX.4.4 |
| 1 | OrderID | OrderID(37) | FIX.4.4 |
| 2 | MDEntryID | MDEntryID(278) | FIX.4.4 |
| 3 | QuoteEntryID | QuoteEntryID(299) | FIX.4.4 |