GrossTradeAmt

Tag 381

GrossTradeAmt

Abbreviation: GrossTrdAmt
TypeAmt
Tag381
AddedFIX.4.2
Used in7 messages

Description

Total amount traded (e.g. CumQty (14) * AvgPx (6)) expressed in units of currency. For FX Futures this is used to express the notional value of a fill when LastQty and other quantity fields are express in terms of contract size.

Wire Format & Usage Example

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

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