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.12.0.0
Syntax public uint MessageGrouping { get; set; }
Property Value
Type:
UInt32See Also