forwardInsert Method (Int32, Decimal, Int32, InsertMode)   Table of ContentInsert Method (Int32, Int32, Int32, InsertMode)forward
FlatMessage.Insert Method (Int32, Double, 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,
	double value,
	int posTag,
	InsertMode mode
)

Parameters

tag
Type: System.Int32
Tag.
value
Type: System.Double
Field value.
posTag
Type: System.Int32
Position tag.
mode
Type: FIXForge.NET.FIX.InsertMode
Insert mode.
See Also