OddLot

Tag 575

OddLot

Abbreviation: OddLot
TypeBoolean
Tag575
AddedFIX.4.3
Used in2 messages

Description

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
WireNameDescription
575=NTreatAsRoundLotTreat as round lot (default)
575=YTreatAsOddLotTreat as odd lot

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
NTreatAsRoundLotTreat as round lot (default)FIX.4.4
YTreatAsOddLotTreat as odd lotFIX.4.4