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.12.0.0
Syntax 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