OnixS Euronext CCG Binary Trading Handler for C++  1.16.0.0
Public Member Functions
LogonRejectedException Class Reference

Logon rejected exception. More...

List of all members.

Public Member Functions

 LogonRejectedException (const char *source, const char *message, UInt32 lastReceivedSequenceNumber, UInt32 lastSentSequenceNumber, RejectionReason::Enum reason, const char *text)
 Constructor.
 LogonRejectedException (const LogonRejectedException &)
 Copy constructor.
 ~LogonRejectedException () throw ()
 Destructor.
UInt32 lastSentSequenceNumber () const
 Last sent sequence number.
UInt32 lastReceivedSequenceNumber () const
 Last received sequence number.
RejectionReason::Enum rejectionReason () const
 Rejection reason code.
const char * text () const
 Additional rejection text.

Detailed Description

Logon rejected exception.