Struct Field
Message field.
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public struct Field
Properties
Data
Declaration
public readonly ReadOnlySpan<byte> Data { get; }
Property Value
Type | Description |
---|---|
ReadOnlySpan<Byte> |
Integer
Returns the field value as integer.
Declaration
public readonly int Integer { get; }
Property Value
Type | Description |
---|---|
Int32 | 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 |
---|---|
Int32 |
Value
Returns the field value as string.
Declaration
public readonly string Value { get; }
Property Value
Type | Description |
---|---|
String | field value as string |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |