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

Public Member Functions

StrRef riskStatusId () const
void riskStatusId (StrRef value)
RiskResetResult::Enum riskResetResult () const
void riskResetResult (RiskResetResult::Enum value)
DateTime requestReceivedTime () const
void requestReceivedTime (DateTime 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 MutableResetRiskAcknowledgement.h.

Member Function Documentation

◆ requestReceivedTime() [1/2]

DateTime requestReceivedTime ( ) const
inline

The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inbound message being acknowledged.

Definition at line 64 of file MutableResetRiskAcknowledgement.h.

◆ requestReceivedTime() [2/2]

void requestReceivedTime ( DateTime value)
inline

The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inbound message being acknowledged.

Definition at line 70 of file MutableResetRiskAcknowledgement.h.

◆ riskResetResult() [1/2]

RiskResetResult::Enum riskResetResult ( ) const
inline

Result.

Definition at line 52 of file MutableResetRiskAcknowledgement.h.

◆ riskResetResult() [2/2]

void riskResetResult ( RiskResetResult::Enum value)
inline

Result.

Definition at line 58 of file MutableResetRiskAcknowledgement.h.

◆ riskStatusId() [1/2]

StrRef riskStatusId ( ) const
inline

Unique identifier for this Reset Risk request.

Definition at line 40 of file MutableResetRiskAcknowledgement.h.

◆ riskStatusId() [2/2]

void riskStatusId ( StrRef value)
inline

Unique identifier for this Reset Risk request.

Definition at line 46 of file MutableResetRiskAcknowledgement.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.

◆ type()

MessageType::Enum type ( ) const
inlinevirtual

Returns message type.

Implements OutgoingMessage.

Definition at line 76 of file MutableResetRiskAcknowledgement.h.

◆ validate()

void validate ( ) const
virtual

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

Implements OutgoingMessage.