AsOfIndicator

Tag 1015

AsOfIndicator

Abbreviation: AsOfInd
Typechar
Tag1015
AddedFIX.4.4
Used in2 messages

Description

Used to indicate that a floor-trade was originally submitted "as of" a specific trade date which is earlier than its clearing date.

Wire Format & Usage Example

Single field (key=value)
1015=0 (False)
In a FIX message (TradeCaptureReport)
8=FIX.4.4 | 9=... | 35=AE | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 1015=0 (False) |  | 10=...

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

All valid values
WireNameDescription
1015=0Falsefalse - trade is not an AsOf trade
1015=1Truetrue - trade is an AsOf trade

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
0Falsefalse - trade is not an AsOf tradeFIX.4.4
1Truetrue - trade is an AsOf tradeFIX.4.4