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

#include <OnixS/CboeCFE/Trading/BOE/Messages/In/OrderCancelled.h>

Public Member Functions

DateTime transactionTime () const
 
StrRef clOrdId () const
 
StrRef clearingFirm () const
 
OrderReasonCode::Enum cancelReason () const
 
DateTime requestReceivedTime () const
 
 OrderCancelled (const void *data, MessageSize size)
 
- Public Member Functions inherited from BinaryMessage
 BinaryMessage ()
 
 BinaryMessage (const void *data, MessageSize size)
 
 BinaryMessage (const BinaryMessage &other)
 
 operator bool () const
 
const void * binary () const
 
MessageSize binarySize () const
 
BinaryMessageoperator= (const BinaryMessage &other)
 

Additional Inherited Members

- Public Types inherited from BinaryMessage
typedef MessageSize BinarySize
 
- Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize >
const SubMessage submessage (MessageSize offset, MessageSize size) const
 
const FieldValue & ordinaryRef (MessageSize offset) const
 
FieldValue ordinary (MessageSize offset) const
 
Enumeration::Enum enumeration (MessageSize offset) const
 
StrRef fixedStr (MessageSize offset) const
 

Detailed Description

Definition at line 36 of file OrderCancelled.h.

Constructor & Destructor Documentation

OrderCancelled ( const void *  data,
MessageSize  size 
)
inline

Initializes instance over given memory block.

Definition at line 69 of file OrderCancelled.h.

Member Function Documentation

OrderReasonCode::Enum cancelReason ( ) const
inline

Cancel reason.

Definition at line 57 of file OrderCancelled.h.

StrRef clearingFirm ( ) const
inline

EFID that would clear the trade.

Definition at line 51 of file OrderCancelled.h.

StrRef clOrdId ( ) const
inline

The order which was cancelled.

Definition at line 45 of file OrderCancelled.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 63 of file OrderCancelled.h.

DateTime transactionTime ( ) const
inline

The time the event occurred in the CFE Matching Engine (not the time the message was sent).

Definition at line 39 of file OrderCancelled.h.


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