forwardSend Method (FlatMessage)   Table of ContentSend Method (Message)forward
Session.Send Method (FlatMessageBatch)
Sends messages in a batch to the counterparty.

This method is asynchronous. As soon as a session is created, it is possible to start sending messages via the session. If the session is not established, the messages are stored in the session storage and will be sent in replay to the resend request when the connection is established with the counterparty and the sequence numbers mismatch is detected.

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 Send(
	FlatMessageBatch messages
)

Parameters

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

Implements

ISession.Send(FlatMessageBatch)
See Also