• Version 1.15.2
Show / Hide Table of Contents

Class MessageMemoryPoolSettings

Message memory pool settings.

Inheritance
object
MessageMemoryPoolSettings
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 class MessageMemoryPoolSettings

Properties

LengthOfGroupInstanceArray

Number of group instances in some group.

Declaration
public int LengthOfGroupInstanceArray { get; set; }
Property Value
Type Description
int

NumberOfGroupInstances

Number of group instances in a message.

Declaration
public int NumberOfGroupInstances { get; set; }
Property Value
Type Description
int

NumberOfGroups

Number of groups in a message.

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