Class MessageMemoryPoolSettings
Message memory pool settings.
Inherited Members
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. |