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 |