EngineSettings.ExpectedIncomingMessageSize Property |
The setting represents an average FIX message size that is expected to be received by the session during the lifetime.
It is used as a hint for the optimization of the deserialization of large FIX messages with a lot of repeating groups.
The large value of the setting can increase the memory consumption by the incoming Message object,
so try to increase the value only in case of a latency degradation of the large incoming FIX messages deserialization.
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 int ExpectedIncomingMessageSize { get; set; }
Property Value
Type:
Int32See Also