• Version 1.17.0
Show / Hide Table of Contents

Struct SerializedFieldRef

A temporary reference to a field in the SerializedMessage instance.

Note: The reference is valid only while manipulating it's field value. If another message field is updated, the reference may become invalid. References also are invalidated when the SerializedMessage instance is sent to the counterparty via Send(SerializedMessage) method/>.

Implements
IEquatable<SerializedFieldRef>
Inherited Members
ValueType.GetHashCode()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public struct SerializedFieldRef : IEquatable<SerializedFieldRef>

Properties

IsValid

True if SerializedFieldRef is initialized

Declaration
public bool IsValid { get; }
Property Value
Type Description
bool

Valid

True if SerializedFieldRef is initialized

Declaration
[Obsolete("Use IsValid property instead")]
public bool Valid { get; }
Property Value
Type Description
bool

Methods

Equals(SerializedFieldRef)

Check the equality of references.

Declaration
public bool Equals(SerializedFieldRef other)
Parameters
Type Name Description
SerializedFieldRef other
Returns
Type Description
bool

Equals(object)

Check the equality of references.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
ValueType.Equals(object)

ToString()

Returns the string representation.

Declaration
public override string ToString()
Returns
Type Description
string

string representation

Overrides
ValueType.ToString()

Operators

operator ==(SerializedFieldRef, SerializedFieldRef)

Compares the instance with the given one.

Declaration
public static bool operator ==(SerializedFieldRef a, SerializedFieldRef b)
Parameters
Type Name Description
SerializedFieldRef a
SerializedFieldRef b
Returns
Type Description
bool

operator !=(SerializedFieldRef, SerializedFieldRef)

Compares the instance with the given one.

Declaration
public static bool operator !=(SerializedFieldRef a, SerializedFieldRef b)
Parameters
Type Name Description
SerializedFieldRef a
SerializedFieldRef b
Returns
Type Description
bool

Implements

IEquatable<T>
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX