...
| The action tries to remove given list of tags from the processed FIX message. Absence of the tag does not cause fail.
|
...
| The action is short form for the following sequence of actions: <CopyField>, <RemoveField>.
|
...
| There are two attributes: “Field” and “Value”. The action tries to insert tag into current FIX message. If tag exists, old value is overwritten. |
...
| This action removes values from a multi value string. Absence of the values does not cause fail. |
<KeepFields> action
| The “Tags” attribute is a list of tags, which are to be copied as is. This action is a short form for the sequence of TryCopyField actions with the SourceField attribute equals the TargetField one: <TryCopyField SourceField=”151” TargetField=”151” />
|
<WeedField> action
| This action replaces special characters in the given tag on the space character. The special characters are \t, \n, \r, \v, \f, \’ ,”. Absence of the tag does not cause fail. |
<StopProcessing> action
| The action just stops processing of current FIX message. The rest of the rules will be skip.
| ||||||
| More advanced version of the “StopProcessing” action; ResultCode and Description are used at BL layer (see <CreateReject /> action in BL configuration) to generate a reject message. |
...