Enum ChangesType
Namespace: FixAntenna.FixEngine
Assembly: FixAntenna.Core.dll
Syntax
public enum ChangesType
Fields
Name | Description |
---|---|
AddSmhAndSmt | Use this type to add header's and trailer's tags to the message. Note: make sure that message doesn't contains header's and trailer's tags. In other case tags could be duplicated. |
DeleteAndAddSmhAndSmt | Use this type to make sure that all tags in header and trailer have only one instance in message. |
UpdateSmhAndSmt | Use this type to update existed tags in header and trailer. |
UpdateSmhAndSmtDonotUpdateSndr | Use this type to update existed tags in header and trailer, except SenderCompID(49). This type is similar to UPDATE_SMH_AND_SMT but doesn't update SenderCompID(49) tag. |
UpdateSmhAndSmtExceptCompids | Update Sub and Location Ids only if CompId is absent. In other case lease them as they are in message. |