OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
MutableOrderModified Struct Reference

#include <OnixS/CboeCFE/Trading/BOE/Messages/Testing/MutableOrderModified.h>

Public Member Functions

DateTime transactionTime () const
 
void transactionTime (DateTime value)
 
StrRef clOrdId () const
 
void clOrdId (StrRef value)
 
StrRef origClOrdId () const
 
void origClOrdId (StrRef value)
 
Binary8 orderId () const
 
void orderId (Binary8 value)
 
StrRef clearingFirm () const
 
void clearingFirm (StrRef value)
 
BinaryPrice price () const
 
void price (BinaryPrice value)
 
OrdType::Enum ordType () const
 
void ordType (OrdType::Enum value)
 
Binary4 orderQty () const
 
void orderQty (Binary4 value)
 
Binary4 leavesQty () const
 
void leavesQty (Binary4 value)
 
BaseLiquidityIndicator::Enum baseLiquidityIndicator () const
 
void baseLiquidityIndicator (BaseLiquidityIndicator::Enum value)
 
BinaryPrice stopPx () const
 
void stopPx (BinaryPrice value)
 
StrRef frequentTraderId () const
 
void frequentTraderId (StrRef value)
 
CustOrderHandlingInst::Enum custOrderHandlingInst () const
 
void custOrderHandlingInst (CustOrderHandlingInst::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 MutableOrderModified.h.

Member Function Documentation

BaseLiquidityIndicator::Enum baseLiquidityIndicator ( ) const
inline

Indicates whether the trade added or removed liquidity.

Definition at line 148 of file MutableOrderModified.h.

void baseLiquidityIndicator ( BaseLiquidityIndicator::Enum  value)
inline

Indicates whether the trade added or removed liquidity.

Definition at line 154 of file MutableOrderModified.h.

StrRef clearingFirm ( ) const
inline

Echoed back from the TPH message.

Definition at line 88 of file MutableOrderModified.h.

void clearingFirm ( StrRef  value)
inline

Echoed back from the TPH message.

Definition at line 94 of file MutableOrderModified.h.

StrRef clOrdId ( ) const
inline

Echoed back from the TPH message.

Definition at line 52 of file MutableOrderModified.h.

void clOrdId ( StrRef  value)
inline

Echoed back from the TPH message.

Definition at line 58 of file MutableOrderModified.h.

CustOrderHandlingInst::Enum custOrderHandlingInst ( ) const
inline

Echoed back from the TPH message.

Definition at line 184 of file MutableOrderModified.h.

void custOrderHandlingInst ( CustOrderHandlingInst::Enum  value)
inline

Echoed back from the TPH message.

Definition at line 190 of file MutableOrderModified.h.

StrRef frequentTraderId ( ) const
inline

Echoed back from the TPH message.

Definition at line 172 of file MutableOrderModified.h.

void frequentTraderId ( StrRef  value)
inline

Echoed back from the TPH message.

Definition at line 178 of file MutableOrderModified.h.

Binary4 leavesQty ( ) const
inline

Quantity still open for further execution. If zero, the order is complete.

Definition at line 136 of file MutableOrderModified.h.

void leavesQty ( Binary4  value)
inline

Quantity still open for further execution. If zero, the order is complete.

Definition at line 142 of file MutableOrderModified.h.

Binary8 orderId ( ) const
inline

Order identifier supplied by CFE.

Definition at line 76 of file MutableOrderModified.h.

void orderId ( Binary8  value)
inline

Order identifier supplied by CFE.

Definition at line 82 of file MutableOrderModified.h.

Binary4 orderQty ( ) const
inline

Echoed back from the TPH message.

Definition at line 124 of file MutableOrderModified.h.

void orderQty ( Binary4  value)
inline

Echoed back from the TPH message.

Definition at line 130 of file MutableOrderModified.h.

OrdType::Enum ordType ( ) const
inline

Echoed back from the TPH message.

Definition at line 112 of file MutableOrderModified.h.

void ordType ( OrdType::Enum  value)
inline

Echoed back from the TPH message.

Definition at line 118 of file MutableOrderModified.h.

StrRef origClOrdId ( ) const
inline

The ClOrdId of the original order.

Definition at line 64 of file MutableOrderModified.h.

void origClOrdId ( StrRef  value)
inline

The ClOrdId of the original order.

Definition at line 70 of file MutableOrderModified.h.

BinaryPrice price ( ) const
inline

Echoed back from the TPH message.

Definition at line 100 of file MutableOrderModified.h.

void price ( BinaryPrice  value)
inline

Echoed back from the TPH message.

Definition at line 106 of file MutableOrderModified.h.

DateTime requestReceivedTime ( ) const
inline

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

Definition at line 196 of file MutableOrderModified.h.

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 202 of file MutableOrderModified.h.

BinaryPrice stopPx ( ) const
inline

Echoed back from the TPH message.

Definition at line 160 of file MutableOrderModified.h.

void stopPx ( BinaryPrice  value)
inline

Echoed back from the TPH message.

Definition at line 166 of file MutableOrderModified.h.

std::string toString ( ) const
virtual

Returns the text representation.

Implements OutgoingMessage.

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

The text representation.

Implements OutgoingMessage.

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 MutableOrderModified.h.

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 MutableOrderModified.h.

MessageType::Enum type ( ) const
inlinevirtual

Returns message type.

Implements OutgoingMessage.

Definition at line 208 of file MutableOrderModified.h.

void validate ( ) const
virtual

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

Implements OutgoingMessage.


The documentation for this struct was generated from the following file: