OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler 1.12.0
API documentation
Loading...
Searching...
No Matches
MutableReplayComplete Struct Reference

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

Detailed Description

Definition at line 57 of file SessionMessages.Testing.h.

Member Function Documentation

◆ toString() [1/2]

std::string toString ( ) const
virtual

Returns the text representation.

Implements OutgoingMessage.

◆ toString() [2/2]

void toString ( std::string & ) const
virtual

The text representation.

Implements OutgoingMessage.

◆ type()

MessageType::Enum type ( ) const
inlinevirtual

Returns message type.

Implements OutgoingMessage.

Definition at line 59 of file SessionMessages.Testing.h.

◆ validate()

void validate ( ) const
inlinevirtual

Validates message data Throws std::invalid_argument exception if message content is invalid.

Implements OutgoingMessage.

Definition at line 61 of file SessionMessages.Testing.h.