Class TagUtil
Tag helper class.
Inheritance
System.Object
TagUtil
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.AdminTool.Builder.Util
Assembly: FixAntenna.AdminTool.dll
Syntax
public sealed class TagUtil
Methods
RemoveTag(Int32, FixMessage)
Removes tag from tags list.
Declaration
public static void RemoveTag(int tag, FixMessage tags)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tag | the tag |
FixMessage | tags | the fix fields |
RemoveTags(Int32[], FixMessage)
Removes list of tags from tagsList.
Declaration
public static void RemoveTags(int[] tags, FixMessage tagsList)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | tags | the array of tags |
FixMessage | tagsList | the fix fields |