• Version 1.15.2
Show / Hide Table of Contents

Struct Field

Message field.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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.

Overrides
ValueType.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX