...
| There are two (mandatory) attributes: “SourceField” and “TargetField”. The action tries to copy tags within current FIX message. Absence of the tag defined by “SourceField” does not cause fail, the action is just ignored. | |||||
| It is possible to use default value for missed tags. Use optional attribute “DefaultValue” for this case. | |||||
| The “Method” attribute contains the method name that uses for conversion during copying. The “UTCToLocalTime” means that the conversation from UTC time to LocalDate will be performed. | |||||
| The “Trim” method trims spaces and tabs from SourceField and copies the resulted value into TargetField. |
<CopyField> action
| Every action element can contain the “Order” attribute. Order is an integer value that defines a sequence of actions within a current rule. |