forwardPreFill Method (FlatMessage)   Table of ContentPreFill Method (Message)forward
Session.PreFill Method (FlatMessageBatch)
Pre-fills the following fields in the batch for sending as is: Session-level fields that are constant during the session's lifetime - SenderCompId, TargetCompId, SenderLocationId, TargetLocationID, SenderSubID, TargetSubID. MsgSeqNum field in accordance with the session outgoing sequence number. SendingTime field. BodyLength and CheckSum fields.

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 virtual void PreFill(
	FlatMessageBatch messages
)

Parameters

messages
Type: FIXForge.NET.FIX.FlatMessageBatch
Messages to be prefilled.

Implements

ISession.PreFill(FlatMessageBatch)
See Also