forwardInsert Method    Table of ContentInsert Method (Int32, Boolean, Int32, InsertMode)forward
FlatMessage.Insert Method (Int32, ArraySegment<Byte>, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.

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 void Insert(
	int tag,
	ArraySegment<byte> value,
	int posTag,
	InsertMode mode
)

Parameters

tag
Type: System.Int32
Tag.
value
Type: System.ArraySegment<Byte>
Field value.
posTag
Type: System.Int32
Position tag.
mode
Type: FIXForge.NET.FIX.InsertMode
Insert mode.
See Also