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

Public Member Functions

DateTime transactionTime () const
void transactionTime (DateTime value)
StrRef quoteUpdateId () const
void quoteUpdateId (StrRef value)
QuoteReasonCode::Enum quoteRejectReason () const
void quoteRejectReason (QuoteReasonCode::Enum value)
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 &str) const ONIXS_BATS_BOE_OVERRIDE

Detailed Description

Definition at line 37 of file MutableQuoteUpdateRejected.h.

Member Function Documentation

◆ quoteRejectReason() [1/2]

QuoteReasonCode::Enum quoteRejectReason ( ) const
inline

Definition at line 64 of file MutableQuoteUpdateRejected.h.

◆ quoteRejectReason() [2/2]

void quoteRejectReason ( QuoteReasonCode::Enum value)
inline

Definition at line 70 of file MutableQuoteUpdateRejected.h.

◆ quoteUpdateId() [1/2]

StrRef quoteUpdateId ( ) const
inline

Echoed back from the TPH message.

Definition at line 52 of file MutableQuoteUpdateRejected.h.

◆ quoteUpdateId() [2/2]

void quoteUpdateId ( StrRef value)
inline

Echoed back from the TPH message.

Definition at line 58 of file MutableQuoteUpdateRejected.h.

◆ toString() [1/2]

std::string toString ( ) const
virtual

Returns the text representation.

Implements OutgoingMessage.

◆ toString() [2/2]

void toString ( std::string & str) const
virtual

The text representation.

Implements OutgoingMessage.

◆ transactionTime() [1/2]

DateTime transactionTime ( ) const
inline

The time the event occurred in the CFE Matching Engine (not the time the message was sent).

Definition at line 40 of file MutableQuoteUpdateRejected.h.

◆ transactionTime() [2/2]

void transactionTime ( DateTime value)
inline

The time the event occurred in the CFE Matching Engine (not the time the message was sent).

Definition at line 46 of file MutableQuoteUpdateRejected.h.

◆ type()

MessageType::Enum type ( ) const
inlinevirtual

Returns message type.

Implements OutgoingMessage.

Definition at line 76 of file MutableQuoteUpdateRejected.h.

◆ validate()

void validate ( ) const
virtual

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

Implements OutgoingMessage.