LotType

Tag 1093

LotType

Abbreviation: LotTyp
Typechar
Tag1093
AddedFIX.4.4
Used in13 messages

Description

Defines the lot type assigned to the order.

Wire Format & Usage Example

Single field (key=value)
1093=1 (OddLot)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 1093=1 (OddLot) |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1093=1 (OddLot) is this field's position in the message.

All valid values
WireNameDescription
1093=1OddLotOdd Lot
1093=2RoundLotRound Lot
1093=3BlockLotBlock Lot

Enumerated Values

3
ValueSymbolic NameDescriptionAdded
1OddLotOdd LotFIX.4.4
2RoundLotRound LotFIX.4.4
3BlockLotBlock LotFIX.4.4