Tag 575
OddLot
Abbreviation:
OddLotDescription
This trade is to be treated as an odd lot
If this field is not specified, the default will be "N"
Wire Format & Usage Example
Single field (key=value)
575=N (TreatAsRoundLot)
In a FIX message (TradeCaptureReport)
8=FIX.4.4 | 9=... | 35=AE | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 575=N (TreatAsRoundLot) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 575=N (TreatAsRoundLot) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
575=N | TreatAsRoundLot | Treat as round lot (default) |
575=Y | TreatAsOddLot | Treat as odd lot |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| N | TreatAsRoundLot | Treat as round lot (default) | FIX.4.4 |
| Y | TreatAsOddLot | Treat as odd lot | FIX.4.4 |