Interface IMaskedTags
Namespace: FixAntenna.Message.SpecialTags
Assembly: FixAntenna.Message.dll
Syntax
public interface IMaskedTags
Methods
GetMaskedTags()
Returns sorted array of masked tags.
Declaration
int[] GetMaskedTags()
Returns
| Type | Description |
|---|---|
| System.Int32[] | Returns sorted array of masked tags. |
IsTagListed(Int32)
Checks if tag exist in array of tags.
Declaration
bool IsTagListed(int tag)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | tag | the tag id |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if exists |