ISession.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.12.0.0
Syntax 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.
See Also