TriggerAction

Tag 1101

TriggerAction

Abbreviation: TrgrActn
Typechar
Tag1101
AddedFIX.5.0
Used in8 messages

Description

Defines the type of action to take when the trigger hits.

Wire Format & Usage Example

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

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

All valid values
WireNameDescription
1101=1ActivateActivate
1101=2ModifyModify
1101=3CancelCancel

Enumerated Values

3
ValueSymbolic NameDescriptionAdded
1ActivateActivateFIX.4.4
2ModifyModifyFIX.4.4
3CancelCancelFIX.4.4