forwardLogOutboundMessages Property    Table of ContentProcessDeliverToCompID Property forward
EngineSettings.MessageGrouping Property
Specifies message grouping option. Value 0 means default grouping - the messages will be tried to send ASAP and pending messages (if any) will be grouped till reaching of TCP buffer size. Value 1 means the messages will be sent ASAP and never will be grouped. Value 2 (or greater) means the messages will be sent ASAP and pending messages will be grouped maximum by 2 (or greater).

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public uint MessageGrouping { get; set; }

Property Value

Type: UInt32
See Also