• Version 4.4.3
Show / Hide Table of Contents

Class MessageInfo

Message description.

Inheritance
object
FieldInfo
FieldSetFieldInfo
MessageInfo
Inherited Members
FieldInfo.Name
FieldInfo.Description
FieldInfo.Id
FieldInfo.ToString()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.SimpleBinaryEncoding.Templates
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class MessageInfo : FieldSetFieldInfo

Properties

BlockLength

Declaration
public ushort BlockLength { get; set; }
Property Value
Type Description
ushort

The root block length.

Remarks

The root block length is the space reserved for the root level of the message, not counting any repeating groups or variable-length fields. The block length only represents message body fields; it does not include the length of the message header, which is a fixed size.

SemanticType

Declaration
public string SemanticType { get; set; }
Property Value
Type Description
string

The FIX Protocol semantic type.

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX