forwardResetLocalSequenceNumbersOnLogon Property    Table of ContentReuseIncomingMessage Property forward
Session.ReuseEventArguments Property
Option which enables reusing of event arguments by Session (By default,it is disabled). If turns on, client's code must copy event arguments for using outside of callbacks.

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 virtual bool ReuseEventArguments { get; set; }

Property Value

Type: Boolean

Implements

ISession.ReuseEventArguments
See Also