forwardSendAsIs Method (FlatMessage)   Table of ContentSendAsIs Method (FlatMessageBatch, Int32)forward
Session.SendAsIs Method (FlatMessageBatch)
Sends messages in a batch to the counterparty without any fields updating.

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

Parameters

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

Implements

ISession.SendAsIs(FlatMessageBatch)
See Also