Struct Field
Message field.
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public struct Field
Properties
Data
Declaration
public ReadOnlySpan<byte> Data { get; }
Property Value
Type | Description |
---|---|
ReadOnlySpan<byte> |
Integer
Returns the field value as integer.
Declaration
public int Integer { get; }
Property Value
Type | Description |
---|---|
int | field value as integer |
Exceptions
Type | Condition |
---|---|
IncorrectFieldValueException | if the value cannot be parsed to int |
Tag
Field Tag Number.
Declaration
public readonly int Tag { get; }
Property Value
Type | Description |
---|---|
int |
Value
Returns the field value as string.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string | field value as string |
Methods
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The fully qualified type name. |