CashOrderQty

Tag 152

CashOrderQty

Abbreviation: Cash
TypeQty
Tag152
AddedFIX.4.1
Used in20 messages

Description

Specifies the approximate order quantity desired in total monetary units vs. as tradeable units (e.g. number of shares). The broker or fund manager (for CIV orders) would be responsible for converting and calculating a tradeable unit (e.g. share) quantity (OrderQty (38)) based upon this amount to be used for the actual order and subsequent messages.

Wire Format & Usage Example

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

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