forwardInboundSessionMsgEventHandler Delegate   Table of ContentISession Interfaceforward
InsertMode Enumeration
The insert mode of FlatMessage.Insert() methods.

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 enum InsertMode
Members
  Member nameValueDescription
Before0 The new field will be inserted before the position tag.
After1 The new field will be inserted after the position tag.
See Also