| FlatMessage.Insert Method (Int32, Char, 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.12.0.0
 Syntax
Syntaxpublic void Insert(
	int tag,
	char value,
	int posTag,
	InsertMode mode
)
Parameters
- tag
- Type: System.Int32
 Tag.
- value
- Type: System.Char
 Field value.
- posTag
- Type: System.Int32
 Position tag.
- mode
- Type: FIXForge.NET.FIX.InsertMode
 Insert mode.
 See Also
See Also