forwardSendAsIs Method    Table of ContentSendAsIs Method (FlatMessageBatch)forward
ISession.SendAsIs Method (FlatMessage)
Sends a message 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#
void SendAsIs(
	FlatMessage message
)

Parameters

message
Type: FIXForge.NET.FIX.FlatMessage
Message to be sent.
See Also