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

The User Notification message is used by the Exchange to send a message to an ITM. More...

List of all members.

Public Member Functions

 UserNotification ()
 Constructor.
 UserNotification (const UserNotification &)
 Copy constructor.
 ~UserNotification ()
 Destructor.
UserNotificationoperator= (const UserNotification &)
 Assignment.
SequenceNumber messageSequenceNumber () const
 Get internal sequence number.
UserStatus::Enum userStatus () const
 Get user status.
ReturnCode::Enum returnCode () const
 Get exchange response status.
const Stringtext () const
 Get message from the Exchange.
SecurityIdSource::Enum securityIdSource () const
 Get security ID source.
const StringsecurityId () const
 Get security ID.
const StringriskId () const
 Get the Risk Manager's ITM.
std::string toString () const
 Dump state to string.
void serialize (MessageSerializer &)
 Serialize data (for internal use)

Detailed Description

The User Notification message is used by the Exchange to send a message to an ITM.

It is also used to change a user's connectivity.