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

Public Member Functions

DateTime transactionTime () const
void transactionTime (DateTime value)
StrRef clOrdId () const
void clOrdId (StrRef value)
StrRef origClOrdId () const
void origClOrdId (StrRef value)
StrRef clearingFirm () const
void clearingFirm (StrRef value)
OrderReasonCode::Enum modifyRejectReason () const
void modifyRejectReason (OrderReasonCode::Enum value)
StrRef text () const
void text (StrRef 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 MutableModifyRejected.h.

Member Function Documentation

◆ clearingFirm() [1/2]

StrRef clearingFirm ( ) const
inline

Echoed back from the TPH message.

Definition at line 76 of file MutableModifyRejected.h.

◆ clearingFirm() [2/2]

void clearingFirm ( StrRef value)
inline

Echoed back from the TPH message.

Definition at line 82 of file MutableModifyRejected.h.

◆ clOrdId() [1/2]

StrRef clOrdId ( ) const
inline

Echoed back from the TPH message.

Definition at line 52 of file MutableModifyRejected.h.

◆ clOrdId() [2/2]

void clOrdId ( StrRef value)
inline

Echoed back from the TPH message.

Definition at line 58 of file MutableModifyRejected.h.

◆ modifyRejectReason() [1/2]

OrderReasonCode::Enum modifyRejectReason ( ) const
inline

Modify reject reason.

Definition at line 88 of file MutableModifyRejected.h.

◆ modifyRejectReason() [2/2]

void modifyRejectReason ( OrderReasonCode::Enum value)
inline

Modify reject reason.

Definition at line 94 of file MutableModifyRejected.h.

◆ origClOrdId() [1/2]

StrRef origClOrdId ( ) const
inline

The ClOrdId of the original order.

Definition at line 64 of file MutableModifyRejected.h.

◆ origClOrdId() [2/2]

void origClOrdId ( StrRef value)
inline

The ClOrdId of the original order.

Definition at line 70 of file MutableModifyRejected.h.

◆ text() [1/2]

StrRef text ( ) const
inline

Human readable text with more information.

Definition at line 100 of file MutableModifyRejected.h.

◆ text() [2/2]

void text ( StrRef value)
inline

Human readable text with more information.

Definition at line 106 of file MutableModifyRejected.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 MutableModifyRejected.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 MutableModifyRejected.h.

◆ type()

MessageType::Enum type ( ) const
inlinevirtual

Returns message type.

Implements OutgoingMessage.

Definition at line 112 of file MutableModifyRejected.h.

◆ validate()

void validate ( ) const
virtual

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

Implements OutgoingMessage.