#include <OnixS/CboeCFE/Trading/BOE/Messages/Testing/SessionMessages.Testing.h>
Public Member Functions | |
MessageType::Enum | type () const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE |
void | validate () const ONIXS_BATS_BOE_OVERRIDE |
std::string | toString () const ONIXS_BATS_BOE_OVERRIDE |
void | toString (std::string &) const ONIXS_BATS_BOE_OVERRIDE |
Definition at line 90 of file SessionMessages.Testing.h.
|
virtual |
Returns the text representation.
Implements OutgoingMessage.
|
virtual |
The text representation.
Implements OutgoingMessage.
|
inlinevirtual |
Returns message type.
Implements OutgoingMessage.
Definition at line 92 of file SessionMessages.Testing.h.
|
inlinevirtual |
Validates message data Throws std::invalid_argument exception if message content is invalid.
Implements OutgoingMessage.
Definition at line 94 of file SessionMessages.Testing.h.