Interface IFieldIndexData
Namespace: FixAntenna.Fix.Message
Assembly: FixAntenna.Message.dll
Syntax
public interface IFieldIndexData
Methods
GetLength(Int32)
Declaration
int GetLength(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Returns
| Type | Description |
|---|---|
| System.Int32 |
GetOffset(Int32)
Declaration
int GetOffset(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Returns
| Type | Description |
|---|---|
| System.Int32 |
GetTag(Int32)
Declaration
int GetTag(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Returns
| Type | Description |
|---|---|
| System.Int32 |