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

Public Member Functions

DateTime transactionTime () const
StrRef clOrdId () const
StrRef clearingFirm () const
StrRef rejectReason () const
StrRef text () const
 NewComplexInstrumentRejected (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 NewComplexInstrumentRejected.h.

Constructor & Destructor Documentation

◆ NewComplexInstrumentRejected()

NewComplexInstrumentRejected ( const void * data,
MessageSize size )
inline

Initializes instance over given memory block.

Definition at line 69 of file NewComplexInstrumentRejected.h.

Member Function Documentation

◆ clearingFirm()

StrRef clearingFirm ( ) const
inline

Echoed back from the TPH message.

Definition at line 51 of file NewComplexInstrumentRejected.h.

◆ clOrdId()

StrRef clOrdId ( ) const
inline

Echoed back from the TPH message.

Definition at line 45 of file NewComplexInstrumentRejected.h.

◆ rejectReason()

StrRef rejectReason ( ) const
inline

Reject Reason.

Definition at line 57 of file NewComplexInstrumentRejected.h.

◆ text()

StrRef text ( ) const
inline

Text.

Definition at line 63 of file NewComplexInstrumentRejected.h.

◆ transactionTime()

DateTime transactionTime ( ) const
inline

Transaction Time.

Definition at line 39 of file NewComplexInstrumentRejected.h.