#include <OnixS/CboeCFE/Trading/BOE/Messages/Testing/MutableQuoteCancelled.h>
Public Member Functions | |
DateTime | transactionTime () const |
void | transactionTime (DateTime value) |
StrRef | quoteUpdateId () const |
void | quoteUpdateId (StrRef value) |
Binary8 | orderId () const |
void | orderId (Binary8 value) |
StrRef | quoteSymbol () const |
void | quoteSymbol (StrRef value) |
Side::Enum | side () const |
void | side (Side::Enum value) |
OrderReasonCode::Enum | cancelReason () const |
void | cancelReason (OrderReasonCode::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 |
Definition at line 37 of file MutableQuoteCancelled.h.
|
inline |
Cancel reason.
Definition at line 100 of file MutableQuoteCancelled.h.
|
inline |
Cancel reason.
Definition at line 106 of file MutableQuoteCancelled.h.
|
inline |
Order identifier supplied by CFE.
Definition at line 64 of file MutableQuoteCancelled.h.
|
inline |
Order identifier supplied by CFE.
Definition at line 70 of file MutableQuoteCancelled.h.
|
inline |
CFE native identifier of the instrument being quoted.
Definition at line 76 of file MutableQuoteCancelled.h.
|
inline |
CFE native identifier of the instrument being quoted.
Definition at line 82 of file MutableQuoteCancelled.h.
|
inline |
Echoed back from the most recent Quote Update request for this quote.
Definition at line 52 of file MutableQuoteCancelled.h.
|
inline |
Echoed back from the most recent Quote Update request for this quote.
Definition at line 58 of file MutableQuoteCancelled.h.
|
inline |
Side.
Definition at line 88 of file MutableQuoteCancelled.h.
|
inline |
Side.
Definition at line 94 of file MutableQuoteCancelled.h.
|
virtual |
Returns the text representation.
Implements OutgoingMessage.
|
virtual |
The text representation.
Implements OutgoingMessage.
|
inline |
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
Definition at line 40 of file MutableQuoteCancelled.h.
|
inline |
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
Definition at line 46 of file MutableQuoteCancelled.h.
|
inlinevirtual |
Returns message type.
Implements OutgoingMessage.
Definition at line 112 of file MutableQuoteCancelled.h.
|
virtual |
Validates message data Throws std::invalid_argument exception if message content is invalid.
Implements OutgoingMessage.