Tag 381
GrossTradeAmt
Abbreviation:
GrossTrdAmtDescription
Total amount traded (i.e. quantity * price) expressed in units of currency. For FX Futures this is used to express the notional value of a fill when quantity fields are expressed in terms of contract size (i.e. quantity * price * 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.