• Version 1.19.0
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

Methods

CopyTo(MessageMemoryPoolSettings)

Copies the properties of this instance into the specified destination SslSettings object.

Declaration
public void CopyTo(MessageMemoryPoolSettings other)
Parameters
Type Name Description
MessageMemoryPoolSettings other

An SslSettings object to which the properties of this instance are copied.

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