#include <OnixS/CboeCFE/Trading/BOE/Messages/Out/CancelOrder.h>
Public Member Functions | |
StrRef | origClOrdId () const |
void | origClOrdId (StrRef value) |
StrRef | clearingFirm () const |
void | clearingFirm (StrRef value) |
ManualOrderIndicator::Enum | manualOrderIndicator () const |
void | manualOrderIndicator (ManualOrderIndicator::Enum value) |
StrRef | oEOID () const |
void | oEOID (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 |
Definition at line 36 of file CancelOrder.h.
|
inline |
EFID that will clear the trade.
Definition at line 51 of file CancelOrder.h.
|
inline |
EFID that will clear the trade.
Definition at line 57 of file CancelOrder.h.
|
inline |
Manual order indicator.
Definition at line 63 of file CancelOrder.h.
|
inline |
Manual order indicator.
Definition at line 69 of file CancelOrder.h.
|
inline |
Identifies the Order Entry Operator responsible for this message.
Definition at line 75 of file CancelOrder.h.
|
inline |
Identifies the Order Entry Operator responsible for this message.
Definition at line 81 of file CancelOrder.h.
|
inline |
Definition at line 39 of file CancelOrder.h.
|
inline |
Definition at line 45 of file CancelOrder.h.
|
virtual |
Returns the text representation.
Implements OutgoingMessage.
|
virtual |
The text representation.
Implements OutgoingMessage.
|
inlinevirtual |
|
virtual |
Validates message data Throws std::invalid_argument exception if message content is invalid.
Implements OutgoingMessage.