forwardSendAsIs Method (FlatMessageBatch, Int32)   Table of ContentSendResendRequest Method forward
Session.SendReject Method
Sends the Reject (MsgType=3) message.

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 SendReject(
	int refSeqNumber,
	string text
)

Parameters

refSeqNumber
Type: System.Int32
MsgSeqNum of rejected message.
text
Type: System.String
Message to explain the reason for rejection.

Implements

ISession.SendReject(Int32, String)
See Also