• Version 1.17.0
Show / Hide Table of Contents

Class KnownSerializedFieldKeys

Known serialized field keys.

Inheritance
object
KnownSerializedFieldKeys
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public static class KnownSerializedFieldKeys

Properties

BodyLength

BodyLength field key.

Declaration
public static SerializedFieldKey BodyLength { get; }
Property Value
Type Description
SerializedFieldKey

MsgType

MsgType field key.

Declaration
public static SerializedFieldKey MsgType { get; }
Property Value
Type Description
SerializedFieldKey

SendingTime

Sending time field keys.

Declaration
public static SerializedFieldKey SendingTime { get; }
Property Value
Type Description
SerializedFieldKey

SeqNum

Sequence number field key.

Declaration
public static SerializedFieldKey SeqNum { get; }
Property Value
Type Description
SerializedFieldKey
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX