Interface RawFixUtil.IRawTags
Namespace: FixAntenna.Fix.Message
Assembly: FixAntenna.Message.dll
Syntax
public interface IRawTags
Methods
IsWithinRawTags(Int32)
Checks if tag exist in array of tags.
Declaration
bool IsWithinRawTags(int tag)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | tag | the tag id |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if exists |